Skip to content

Commit f65f0c7

Browse files
committed
Remove scroll functionality and assert visibility of "Avon" in Android and iOS flow configurations for searching "Bristol".
1 parent 01ba18b commit f65f0c7

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

flows/android-flow.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ appId: org.wikipedia
66
- tapOn: "Search Wikipedia"
77
- inputText: "Bristol"
88
- tapOn: "City and county in England"
9-
- scrollUntilVisible:
10-
element: ".*13th.*"
11-
direction: "down"
12-
speed: 80
13-
timeout: 30000
9+
- assertVisible: ".*Avon.*"

flows/ios-flow.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ appId: org.wikimedia.wikipedia
66
- tapOn: "Search Wikipedia"
77
- inputText: "Bristol"
88
- tapOn: "City and county in England"
9-
- scrollUntilVisible:
10-
element: ".*13th.*"
11-
direction: "down"
12-
speed: 80
13-
timeout: 30000
9+
- assertVisible: ".*Avon.*"

0 commit comments

Comments
 (0)