mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 11:05:03 +01:00
Run both tests
This commit is contained in:
parent
9be9d85d5d
commit
a10025ddb2
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user