You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Fix sliding sync cypress spec (#9569)
This commit is contained in:
@@ -217,7 +217,7 @@ describe("Sliding Sync", () => {
|
|||||||
|
|
||||||
// disable notifs in this room (TODO: CS API call?)
|
// disable notifs in this room (TODO: CS API call?)
|
||||||
cy.contains(".mx_RoomTile", "Test Room").find(".mx_RoomTile_notificationsButton").click({ force: true });
|
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
|
// create a new room so we know when the message has been received as it'll re-shuffle the room list
|
||||||
cy.createRoom({
|
cy.createRoom({
|
||||||
|
|||||||
Reference in New Issue
Block a user