Skip to content

Commit

Permalink
RUMM-1615 Fix integration test flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Nov 2, 2021
1 parent e13213d commit c4a7956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private extension ExampleApplication {
}

func swipeDownInteraction() {
let coordinate1 = coordinate(withNormalizedOffset: .init(dx: 0.5, dy: 0.1))
let coordinate1 = coordinate(withNormalizedOffset: .init(dx: 0.5, dy: 0.2))
let coordinate2 = coordinate(withNormalizedOffset: .init(dx: 0.5, dy: 0.8))
coordinate1.press(forDuration: 0.5, thenDragTo: coordinate2)
}
Expand Down

0 comments on commit c4a7956

Please sign in to comment.