Skip to content

Commit 1f91507

Browse files
committed
Refactor Android and iOS flow configurations by replacing waitForAnimationToEnd with assertVisible steps for "Skip" and "Search Wikipedia" to enhance synchronization during the search process for "Bristol".
1 parent 308e9ea commit 1f91507

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

flows/android-flow.yaml

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

flows/ios-flow.yaml

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

0 commit comments

Comments
 (0)