mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
Fix flaky Cypress test - invite-dialog.spec.ts (#11017)
Co-authored-by: Kerry <kerrya@element.io>
This commit is contained in:
parent
ef8719aba7
commit
ebf011fae9
1 changed files with 0 additions and 1 deletions
|
@ -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)");
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue