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
The DOM Snapshot preview can get into a state where it remains in preview mode - regardless of where the mouse is currently hovering, clicking or doing.
Desired behavior:
The DOM Snapshot should not get stuck.
Steps to reproduce:
When hovering over a command in the Command Log, the DOM Snapshot of the command previews. In this case - and the only case I've replicated it - it is a 'before/after' Snapshot for ,type().
Leaving the mouse hovering over the command, cmd + tab over to the text editor and edit the current test so that the running test refreshes - the DOM Snapshot preview will remain in preview mode - so that the only way to remove this state is to close Cypress and reopen.
**Just run the tests below in the TODOMVC app and replicate what was done in the GIF above.
it('adds a todo',()=>{cy.visit('http://localhost:8888')cy.get('.new-todo').type('foo bar{enter}')})
Versions
Cypress 3.1.1
Chrome 70
The text was updated successfully, but these errors were encountered:
If you're experiencing a bug similar to this in Cypress, please open a new issue with a fully reproducible example that we can run. There may be a specific edge case with the issue that we need more detail to fix.
Current behavior:
The DOM Snapshot preview can get into a state where it remains in preview mode - regardless of where the mouse is currently hovering, clicking or doing.
Desired behavior:
The DOM Snapshot should not get stuck.
Steps to reproduce:
When hovering over a command in the Command Log, the DOM Snapshot of the command previews. In this case - and the only case I've replicated it - it is a 'before/after' Snapshot for
,type()
.Leaving the mouse hovering over the command,
cmd
+tab
over to the text editor and edit the current test so that the running test refreshes - the DOM Snapshot preview will remain in preview mode - so that the only way to remove this state is to close Cypress and reopen.**Just run the tests below in the TODOMVC app and replicate what was done in the GIF above.
Versions
Cypress 3.1.1
Chrome 70
The text was updated successfully, but these errors were encountered: