Fix flaky Cypress test - invite-dialog.spec.ts (#11017)
Co-authored-by: Kerry <kerrya@element.io>
This commit is contained in:
@@ -169,7 +169,6 @@ describe("Invite dialog", function () {
|
|||||||
cy.get(".mx_RoomHeader").within(() => {
|
cy.get(".mx_RoomHeader").within(() => {
|
||||||
cy.get(".mx_RoomHeader_name--textonly")
|
cy.get(".mx_RoomHeader_name--textonly")
|
||||||
.realHover()
|
.realHover()
|
||||||
.get(".mx_RoomHeader_name--textonly:hover")
|
|
||||||
.should("have.css", "background-color", "rgba(0, 0, 0, 0)");
|
.should("have.css", "background-color", "rgba(0, 0, 0, 0)");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user