Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 0fcc1f4

Browse files
committed
Remove flakey test which wasn't a useful test of anything
1 parent 7616f71 commit 0fcc1f4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

cypress/e2e/sliding-sync/sliding-sync.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -102,21 +102,6 @@ describe("Sliding Sync", () => {
102102
});
103103
};
104104

105-
// sanity check everything works
106-
it("should correctly render expected messages", () => {
107-
cy.get<string>("@roomId").then((roomId) => cy.visit("/#/room/" + roomId));
108-
cy.setSettingValue("layout", null, SettingLevel.DEVICE, Layout.IRC);
109-
110-
// Wait until configuration is finished
111-
cy.contains(
112-
".mx_RoomView_body .mx_GenericEventListSummary .mx_GenericEventListSummary_summary",
113-
"created and configured the room.",
114-
);
115-
116-
// Click "expand" link button
117-
cy.get(".mx_GenericEventListSummary_toggle[aria-expanded=false]").click();
118-
});
119-
120105
it("should render the Rooms list in reverse chronological order by default and allowing sorting A-Z", () => {
121106
// create rooms and check room names are correct
122107
cy.createRoom({ name: "Apple" }).then(() => cy.contains(".mx_RoomSublist", "Apple"));

0 commit comments

Comments
 (0)