We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3501c commit c6578b3Copy full SHA for c6578b3
packages/extensions/test/e2e/loginOut.cy.ts
@@ -7,7 +7,7 @@ describe("Login and Logout", () => {
7
// so we must tell it to visit our website with the `cy.visit()` command.
8
// Since we want to visit the same URL at the start of all our tests,
9
// we include it in our beforeEach function so that it runs before each test
10
- cy.visit("/");
+ cy.visit("/auth");
11
});
12
13
it("login", () => {
0 commit comments