Cypress DOM alias retries to re-run .blur command #15793
Labels
topic: alias
Issues with alias creation or use
type: duplicate
This issue or pull request already exists
Cypress v6.8.0
https://github.com/cypress-io/cypress-test-tiny/tree/alias-blur
Imagine the spec
The button click re-draws the relevant DOM node
Because of the button click, the original DOM alias
@child
is no longer attached to the DOM, thus Cypress tries to re-query the chain of commands. When this runs (use Chrome v91+ to get around #6207) we get an attempt to re-run the.blur
commandThe text was updated successfully, but these errors were encountered: