Revert "Fix timeline item highlighting UI test"

This reverts commit eac2552ab5934e3bc9f1d960f8ea35416f77cfd2.
This commit is contained in:
Stefan Ceriu 2024-05-14 16:02:50 +03:00
parent 8e4f62d639
commit d66ff02d12
3 changed files with 3 additions and 7 deletions

View File

@ -132,8 +132,7 @@ class RoomScreenUITests: XCTestCase {
try await performOperation(.focusOnEvent("$5"), using: client)
// Then the item should also be highlighted and scrolled to in the same state as before.
// Should be the same as step 0 but it doesn't scroll to the same exact position, precision is around 0.95
try await app.assertScreenshot(.roomLayoutHighlight, step: 1)
try await app.assertScreenshot(.roomLayoutHighlight, step: 0)
}
func testTimelineReadReceipts() async throws {