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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Checkout project from 'dev'
yarn reset
yarn run cy:ci
See failing tests
Expected behavior
No failed tests, all pass
Screenshots
N/A
Desktop (please complete the following information):
OS: Mac OS
Additional context
Running: login.spec.mjs (1 of 2)
Logging In
✓ fail login on invalid email (2637ms)
✓ fail login with empty password (975ms)
1) redirects to /home on success
2) stay logged on browser refresh
3) navigate to last location on browser refresh
2 passing (19s)
3 failing
1) Logging In
redirects to /home on success:
AssertionError: Timed out retrying after 4000ms: expected 'http://localhost:8086/login#/login' to include '/home'
at Context.eval (http://localhost:8086/__cypress/tests?p=e2e/cypress/integration/login.spec.mjs:124:14)
2) Logging In
stay logged on browser refresh:
AssertionError: Timed out retrying after 4000ms: expected 'http://localhost:8086/login#/login' to include '/home'
at Context.eval (http://localhost:8086/__cypress/tests?p=e2e/cypress/integration/login.spec.mjs:130:14)
3) Logging In
navigate to last location on browser refresh:
AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-test-id="example"]`, but never found it.
at Context.eval (http://localhost:8086/__cypress/tests?p=e2e/cypress/integration/login.spec.mjs:138:8)
(Results)
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No failed tests, all pass
Screenshots
N/A
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: