Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent reverting the DOM on hover of commands UI while tests are running #28

Closed
jennifer-shehane opened this issue Apr 21, 2015 · 1 comment
Labels
type: unexpected behavior User expected result, but got another

Comments

@jennifer-shehane
Copy link
Member

If multiple tests are being run and I happen to hover over the commands UI (which triggers reverting the DOM), it has the potential to affect the currently running tests (in that my current test cannot find the elements it should from the reverted DOM).

Prevent reverting the DOM if there are currently running tests.

Also: There could be a potential for affecting currently running tests with interaction in the iframe. Suggest also preventing interaction in the iframe if tests are currently running.

@jennifer-shehane jennifer-shehane added the type: unexpected behavior User expected result, but got another label Apr 21, 2015
@brian-mann
Copy link
Member

brian-mann commented Apr 23, 2015

This is fixed in 0.5.7. Have not done preventing user interaction in the iframe, open a 2nd issue for that if it becomes a problem.

@cypress-io cypress-io locked as resolved and limited conversation to collaborators Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: unexpected behavior User expected result, but got another
Projects
None yet
Development

No branches or pull requests

2 participants