From a10025ddb2a023143d319dd660089f163861947d Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Tue, 6 Sep 2022 01:41:39 +0530 Subject: [PATCH] Run both tests --- cypress/e2e/login.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/login.cy.ts b/cypress/e2e/login.cy.ts index 5ec34749..969c1884 100644 --- a/cypress/e2e/login.cy.ts +++ b/cypress/e2e/login.cy.ts @@ -46,7 +46,7 @@ describe("Login", () => { cy.get(".SessionView"); }); - it.only("Login using SSO", () => { + it("Login using SSO", () => { /** * Add the homeserver to the localStorage manually; clicking on the start sso button would normally do this but we can't * use two different origins in a single cypress test!