mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-17 19:57:03 +02:00
Fix sliding sync cypress spec (#9569)
This commit is contained in:
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
Block a user