Merge remote-tracking branch 'origin/develop' into rav/edited_events
This commit is contained in:
commit
ad7c002f4d
62 changed files with 558 additions and 223 deletions
|
@ -158,8 +158,8 @@ describe("Cryptography", function () {
|
|||
cy.startSynapse("default")
|
||||
.as("synapse")
|
||||
.then((synapse: SynapseInstance) => {
|
||||
cy.initTestUser(synapse, "Alice");
|
||||
cy.getBot(synapse, { displayName: "Bob", autoAcceptInvites: false }).as("bob");
|
||||
cy.initTestUser(synapse, "Alice", undefined, "alice_");
|
||||
cy.getBot(synapse, { displayName: "Bob", autoAcceptInvites: false, userIdPrefix: "bob_" }).as("bob");
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ describe("Device manager", () => {
|
|||
cy.get(".mx_Spinner").should("not.exist");
|
||||
|
||||
// session name updated in details
|
||||
cy.get(".mx_DeviceDetailHeading h3").should("have.text", sessionName);
|
||||
cy.get(".mx_DeviceDetailHeading h4").should("have.text", sessionName);
|
||||
// and main list item
|
||||
cy.get(".mx_DeviceTile h4").should("have.text", sessionName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue