Skip to content

Commit c6578b3

Browse files
committed
WIP
1 parent 4e3501c commit c6578b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/extensions/test/e2e/loginOut.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe("Login and Logout", () => {
77
// so we must tell it to visit our website with the `cy.visit()` command.
88
// Since we want to visit the same URL at the start of all our tests,
99
// we include it in our beforeEach function so that it runs before each test
10-
cy.visit("/");
10+
cy.visit("/auth");
1111
});
1212

1313
it("login", () => {

0 commit comments

Comments
 (0)