You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The problem that I've encountered is:
There's a component which has a functionality of writing to clipboard. Chrome requires permission to write into the clipboard. The issue is when I want to write interaction tests, I have to write mock for navigator.clipboard.writeText() and then return it to the original state which is not ideal.
Describe the solution you'd like
There are two options:
allow all permissions when running tests from command line
let me specify which browser permissions should be allowed
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
The problem that I've encountered is:
There's a component which has a functionality of writing to clipboard. Chrome requires permission to write into the clipboard. The issue is when I want to write interaction tests, I have to write mock for
navigator.clipboard.writeText()
and then return it to the original state which is not ideal.Describe the solution you'd like
There are two options:
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
yes, I can
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions