Skip to content

Commit

Permalink
Revert unneccessarty change
Browse files Browse the repository at this point in the history
  • Loading branch information
estellecomment committed Sep 14, 2022
1 parent 3a547c2 commit 85dbdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/loginToRemoteHomeserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Cypress.Commands.add("loginUser", (

return cy.visit("/").then(() => {
// wait for the app to load
cy.get(".mx_MatrixChat", { timeout: 15000 });
return cy.get(".mx_MatrixChat", { timeout: 15000 });
}).then(() => ({
password,
accessToken: response.body.access_token,
Expand Down

0 comments on commit 85dbdd2

Please sign in to comment.