This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 833
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a396acd
commit 6922dad
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,7 +212,7 @@ describe("Sliding Sync", () => { | |
cy.contains(".mx_RoomTile", "Test Room").should("not.have.class", "mx_NotificationBadge_count"); | ||
}); | ||
|
||
it("should not show unread indicators", () => { // TODO: for now. Later we should. | ||
it.only("should not show unread indicators", () => { // TODO: for now. Later we should. | ||
This comment has been minimized.
Sorry, something went wrong. |
||
createAndJoinBob(); | ||
|
||
// disable notifs in this room (TODO: CS API call?) | ||
|
@@ -235,7 +235,7 @@ describe("Sliding Sync", () => { | |
"Test Room", "Dummy", | ||
]); | ||
|
||
cy.contains(".mx_RoomTile", "Test Room").get(".mx_NotificationBadge").should("not.exist"); | ||
cy.contains(".mx_RoomTile", "Test Room").get(".mx_NotificationBadge").should("not.be.visible"); | ||
This comment has been minimized.
Sorry, something went wrong.
t3chguy
Member
|
||
}); | ||
|
||
it("should update user settings promptly", () => { | ||
|
this probably didn't want to get committed