Fix broken tests

This commit is contained in:
RMidhunSuresh 2023-09-14 16:55:14 +05:30
parent 1ba419fe11
commit 610f9396bb
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -38,6 +38,7 @@ describe("NotificationPanel", () => {
});
it("should render empty state", () => {
cy.enableLabsFeature("feature_notifications");
cy.viewRoomByName(ROOM_NAME);
cy.findByRole("button", { name: "Notifications" }).click();