Run both tests

This commit is contained in:
RMidhunSuresh 2022-09-06 01:41:39 +05:30
parent 9be9d85d5d
commit a10025ddb2

View File

@ -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!