Fix flaky Cypress test - invite-dialog.spec.ts (#11017)

Co-authored-by: Kerry <kerrya@element.io>
This commit is contained in:
Suguru Hirahara 2023-05-31 05:13:25 +00:00 committed by GitHub
parent ef8719aba7
commit ebf011fae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)");
});