Gitter sunsetting: Use findPredecessor in EventTileFactory (#10075)
This commit is contained in:
parent
9743852380
commit
f1a08cd572
4 changed files with 153 additions and 9 deletions
|
@ -250,7 +250,7 @@ describe("Timeline", () => {
|
|||
cy.contains(".mx_RoomView_body .mx_EventTile[data-scroll-tokens]", "MessageEdit").should("exist");
|
||||
|
||||
// Click top left of the event toggle, which should not be covered by MessageActionBar's safe area
|
||||
cy.get(".mx_EventTile .mx_ViewSourceEvent")
|
||||
cy.get(".mx_EventTile:not(:first-child) .mx_ViewSourceEvent")
|
||||
.should("exist")
|
||||
.realHover()
|
||||
.within(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue