Skip to content

Commit e84df93

Browse files
committed
test: update Settings replay selectors
1 parent 9483b41 commit e84df93

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/integration/replays/ios/device/01-physical-lifecycle.ad

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
context platform=ios target=mobile
33
open com.apple.Preferences --relaunch
44
snapshot
5-
click "role=cell label=General"
5+
click "role=button label=General"
66
wait "label=About || label=\"Software Update\"" 5000
77
back
8-
is exists "role=cell label=General"
8+
is exists "role=button label=General"

test/integration/replays/ios/simulator/01-settings.ad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ open com.apple.Preferences --relaunch
44
screenshot "./test/screenshots/replays/ios-settings.png"
55
snapshot -i
66
appstate
7-
click "role=cell label=General"
7+
click "role=button label=General"
88
wait "label=About || label=\"Software Update\" || text=\"Manage your overall setup and preferences\"" 5000
99
snapshot
1010
is exists "label=About || label=\"Software Update\" || text=\"Manage your overall setup and preferences\""

test/integration/replays/ios/simulator/02-deep-navigation.ad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
context platform=ios target=mobile
33

44
open com.apple.Preferences --relaunch
5-
click "role=cell label=General"
5+
click "role=button label=General"
66
wait 1000
77
find text "About" exists
88

test/integration/replays/macos/01-system-settings.ad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ open "System Settings" --relaunch
44
screenshot "./test/screenshots/replays/macos-system-settings.png"
55
appstate
66
snapshot -i
7-
click "role=cell label=General"
7+
click "role=button label=General"
88
wait "role=button label=About" 5000
99
snapshot -i
1010
is exists "role=button label=About"

0 commit comments

Comments
 (0)