Skip to content

Commit 308e9ea

Browse files
committed
Add waitForAnimationToEnd steps in Android and iOS flow configurations for improved synchronization during the search process for "Bristol".
1 parent f65f0c7 commit 308e9ea

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

flows/android-flow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ appId: org.wikipedia
22
---
33
- launchApp
44
- assertVisible: "The Free.*"
5+
- waitForAnimationToEnd
56
- tapOn: "Skip"
7+
- waitForAnimationToEnd
68
- tapOn: "Search Wikipedia"
79
- inputText: "Bristol"
810
- tapOn: "City and county in England"

flows/ios-flow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ appId: org.wikimedia.wikipedia
22
---
33
- launchApp
44
- assertVisible: "The Free.*"
5+
- waitForAnimationToEnd
56
- tapOn: "Skip"
7+
- waitForAnimationToEnd
68
- tapOn: "Search Wikipedia"
79
- inputText: "Bristol"
810
- tapOn: "City and county in England"

0 commit comments

Comments
 (0)