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

Commit

Permalink
Fix flaky Cypress test - invite-dialog.spec.ts (#11017)
Browse files Browse the repository at this point in the history
Co-authored-by: Kerry <kerrya@element.io>
  • Loading branch information
luixxiul and Kerry committed May 31, 2023
1 parent ef8719a commit ebf011f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/invite/invite-dialog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ describe("Invite dialog", function () {
cy.get(".mx_RoomHeader").within(() => {
cy.get(".mx_RoomHeader_name--textonly")
.realHover()
.get(".mx_RoomHeader_name--textonly:hover")
.should("have.css", "background-color", "rgba(0, 0, 0, 0)");
});

Expand Down

0 comments on commit ebf011f

Please sign in to comment.