mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 18:12:22 +00:00
lint, unit tests
This commit is contained in:
@@ -14,8 +14,8 @@ describe("register idps", () => {
|
||||
it("should redirect the user to the correct url", () => {
|
||||
cy.visit("/register/idp");
|
||||
cy.get('button[e2e="google"]').click();
|
||||
cy.origin(IDP_URL, ()=> {
|
||||
cy.origin(IDP_URL, () => {
|
||||
cy.location("href", { timeout: 10_000 }).should("eq", IDP_URL);
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user