Gitter sunsetting: Use findPredecessor in EventTileFactory (#10075)

This commit is contained in:
Janne Mareike Koschinski
2023-02-03 15:36:37 +00:00
committed by GitHub
parent 9743852380
commit f1a08cd572
4 changed files with 153 additions and 9 deletions
+1 -1
View File
@@ -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(() => {