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
Here I have queue started with readFile. It starts when you click on the compare button (it is a visual regression tests plugin).
When you click the first time on the compare button it works, but on the second time, Cypress only adds commands in its queue and doesn't execute them. You can reproduce "the bug" by running commands npm start and npm run cy:run:example.
cypress-plugin-snapshots's origin author left TODO in his repository about this.
Does somebody know why does it stuck?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here I have queue started with readFile. It starts when you click on the compare button (it is a visual regression tests plugin).
When you click the first time on the compare button it works, but on the second time, Cypress only adds commands in its queue and doesn't execute them. You can reproduce "the bug" by running commands
npm start
andnpm run cy:run:example
.cypress-plugin-snapshots's origin author left TODO in his repository about this.
Does somebody know why does it stuck?
Beta Was this translation helpful? Give feedback.
All reactions