Fix sliding sync cypress spec (#9569)
parent
ee13e23b15
commit
f2f00f68ba
|
@ -217,7 +217,7 @@ describe("Sliding Sync", () => {
|
|||
|
||||
// disable notifs in this room (TODO: CS API call?)
|
||||
cy.contains(".mx_RoomTile", "Test Room").find(".mx_RoomTile_notificationsButton").click({ force: true });
|
||||
cy.contains("None").click();
|
||||
cy.contains("Off").click();
|
||||
|
||||
// create a new room so we know when the message has been received as it'll re-shuffle the room list
|
||||
cy.createRoom({
|
||||
|
|
Loading…
Reference in New Issue