CypressError: `cy.visit()` failed trying to load:
http://localhost:5004/browse/help/
The response we received from your web server was:
> 404: Not Found
This was considered a failure because the status code was not `2xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Test top-bar`
at http://localhost:5004/__cypress/runner/cypress_runner.js:159236:84
at visitFailedByErr (http://localhost:5004/__cypress/runner/cypress_runner.js:158602:12)
at http://localhost:5004/__cypress/runner/cypress_runner.js:159216:13
at tryCatcher (http://localhost:5004/__cypress/runner/cypress_runner.js:13022:23)
at Promise._settlePromiseFromHandler (http://localhost:5004/__cypress/runner/cypress_runner.js:10957:31)
at Promise._settlePromise (http://localhost:5004/__cypress/runner/cypress_runner.js:11014:18)
at Promise._settlePromise0 (http://localhost:5004/__cypress/runner/cypress_runner.js:11059:10)
at Promise._settlePromises (http://localhost:5004/__cypress/runner/cypress_runner.js:11135:18)
at _drainQueueStep (http://localhost:5004/__cypress/runner/cypress_runner.js:7729:12)
at _drainQueue (http://localhost:5004/__cypress/runner/cypress_runner.js:7722:9)
at Async.../../node_modules/bluebird/js/release/async.js.Async._drainQueues (http://localhost:5004/__cypress/runner/cypress_runner.js:7738:5)
at Async.drainQueues (http://localhost:5004/__cypress/runner/cypress_runner.js:7608:14)
From Your Spec Code:
at Context.eval (http://localhost:5004/__cypress/tests?p=cypress/integration/layout.spec.js:110:8)
TEST RESULT
TEST RESULT
- Run At
- Feb 24 2022, 2:36 PM