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
bahmutov
changed the title
Sometimes dispatching action can happen BEFORE initial load
A single weird flaky failure in dispatch store action test
Mar 19, 2019
I have noticed an interesting our of order issue sometimes failing test on CI
Test "examples/blogs__e2e-snapshots/cypress/screenshots/store-spec.js/"
https://circleci.com/gh/cypress-io/cypress-test-example-repos/20843
Notice the switched order in the failed test:
So the initial
GET /todos
takes a long time - and it overwrites ourPOST /todos
with the new item.The text was updated successfully, but these errors were encountered: