Enable voiceover in timeline menu (#1907)

This commit is contained in:
Alfonso Grillo
2023-10-16 16:00:36 +02:00
committed by GitHub
parent 0fd5e0de3e
commit 920f9cca6c
2 changed files with 1 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class UserFlowTests: XCTestCase {
lastMessage.press(forDuration: 2.0)
// Hide the bottom sheet
let timelineItemActionMenu = app.otherElements[A11yIdentifiers.roomScreen.timelineItemActionMenu].firstMatch
let timelineItemActionMenu = app.scrollViews[A11yIdentifiers.roomScreen.timelineItemActionMenu].firstMatch
XCTAssertTrue(timelineItemActionMenu.waitForExistence(timeout: 10.0))
timelineItemActionMenu.swipeDown(velocity: .fast)
}