Fix flaky Cypress test - invite-dialog.spec.ts (#11017)
Co-authored-by: Kerry <kerrya@element.io>pull/28788/head^2
parent
ef8719aba7
commit
ebf011fae9
|
@ -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)");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue