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
Switching to a different url by clicking a link in application A takes me to Application B where the camera component stop working and throws the error with DOMException: Permission denied.
This is a simple version of a production application
Here is an application that has cypress test included with a react application. Please run npm start twice in different terminal to bring it up on multiple localhosts.
Cypress Version
13.2.0
Node version
18.15.0
Operating System
MacOS 13.4.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered:
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
Current behavior
Switching to a different url by clicking a link in application A takes me to Application B where the camera component stop working and throws the error with DOMException: Permission denied.
This is a simple version of a production application
This is the test running, it shows that the error throw in the console and that in application B the camera is not working
https://github.com/cypress-io/cypress/assets/141216893/592e520e-2a0e-4b03-b060-15980603e59d
Desired behavior
Application A has a link and navigates to Application B where the camera component should work.
It is how it works when not using cypress.
Test code to reproduce
https://github.com/callum-maguire-1/camera-test
Here is an application that has cypress test included with a react application. Please run npm start twice in different terminal to bring it up on multiple localhosts.
Cypress Version
13.2.0
Node version
18.15.0
Operating System
MacOS 13.4.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: