mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-14 09:32:43 +00:00
chore: move app code into src dir
This commit is contained in:
@@ -111,7 +111,7 @@ describe("login", () => {
|
||||
cy.get('button[type="submit"]').click();
|
||||
cy.location("pathname", { timeout: 10_000 }).should(
|
||||
"eq",
|
||||
"/passkey/add"
|
||||
"/passkey/add",
|
||||
);
|
||||
});
|
||||
});
|
||||
@@ -160,7 +160,7 @@ describe("login", () => {
|
||||
cy.visit("/loginname?loginName=john%40zitadel.com&submit=true");
|
||||
cy.location("pathname", { timeout: 10_000 }).should(
|
||||
"eq",
|
||||
"/passkey/login"
|
||||
"/passkey/login",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user