Debug mode and emulation don't seem to work together - debug menus freeze #2268
Labels
AREA: client
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: UI
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
If I run
testcafe -d "chrome:emulation:device=iphone 6" test.js
When the first menus appear, they are locked - i.e. I cannot select "Resume" or any other buttons.
However,
both work as expected.
What is the expected behavior?
Debug menus should work in emulation mode
How would you reproduce the current behavior (if this is a bug)?
This occurs with any test I run. For example, the code in this issue will reproduce it: #2251
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
Specify your
The text was updated successfully, but these errors were encountered: