Migrate crypto test to cypress (#8833)
This commit is contained in:
@@ -73,7 +73,7 @@ describe("Threads", () => {
|
||||
|
||||
it("should be usable for a conversation", () => {
|
||||
let bot: MatrixClient;
|
||||
cy.getBot(synapse, "BotBob").then(_bot => {
|
||||
cy.getBot(synapse, { displayName: "BotBob" }).then(_bot => {
|
||||
bot = _bot;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user