mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
8bcefb754a
* feat: add runtime command boundary * refactor: harden runtime command boundary * fix: address runtime boundary review * fix: preserve selector snapshot flags * fix: preserve selector get and screenshot cleanup * fix: harden runtime boundary follow-ups * fix: close runtime parity gaps * test: harden android replay navigation * fix: close screenshot surface edge cases * test: harden packaged runtime API smoke * fix: close runtime review edge cases * test: isolate CLI state dir in unit helpers
19 lines
370 B
Plaintext
19 lines
370 B
Plaintext
# Deep navigation.
|
|
context platform=android
|
|
|
|
open settings --relaunch
|
|
appstate
|
|
snapshot -i
|
|
screenshot "./test/screenshots/replays/android-deep-nav-root.png"
|
|
|
|
click "label=Notifications"
|
|
wait 1000
|
|
snapshot -i
|
|
find text "Notification history" exists
|
|
screenshot "./test/screenshots/replays/android-deep-nav-detail.png"
|
|
|
|
back
|
|
wait 1000
|
|
snapshot -i
|
|
find text "Search" exists
|