mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:45:19 +00:00
page consistency, docs
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/set",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -17,6 +17,6 @@ describe("register", () => {
|
||||
cy.get('input[type="checkbox"][value="privacypolicy"]').check();
|
||||
cy.get('input[type="checkbox"][value="tos"]').check();
|
||||
cy.get('button[type="submit"]').click();
|
||||
cy.location("pathname", { timeout: 10_000 }).should("eq", "/passkey/add");
|
||||
cy.location("pathname", { timeout: 10_000 }).should("eq", "/passkey/set");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user