Thanks to visit codestin.com
Credit goes to github.com

Skip to content

__/#/tests/... page errors 404 - page not found on Chrome 72+ #1872

@pklejnowski

Description

@pklejnowski

Is this a Feature or Bug?

BUG

Current behavior:

Sometimes when I run all tests I have such error:
image

Important thing that I noticed If i remove tests "group_page.js" (check gif) it seems that the problem disappeared. "group_page.js" using different page: cy.visit(https://localhost:5002) for testing when the other tests that crashing using cy.visit(https://localhost:5000)
error2

Check this gif, I had to run 3 times RUN ALL TESTS to make it work. Before always failed at login_page.js

I was trying hardcode url in cy.visit() (before I had url from cypress.json). The same result.

Steps to reproduce:

Run a few tests that include cy.visit(https://localhost:5002) for 1st test and cy.visit(https://localhost:5000) for 2nd test.

Versions

Cypress: 3.0.1
Windows 10
Chrome

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions