Migrate crypto test to cypress (#8833)
This commit is contained in:
parent
171f5adff6
commit
7e47749ce2
10 changed files with 207 additions and 72 deletions
|
@ -27,7 +27,7 @@ describe("UserView", () => {
|
|||
synapse = data;
|
||||
|
||||
cy.initTestUser(synapse, "Violet");
|
||||
cy.getBot(synapse, "Usman").as("bot");
|
||||
cy.getBot(synapse, { displayName: "Usman" }).as("bot");
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue