Skip to content

Commit 1c6405b

Browse files
committed
fix(ci): drop 'home' step from smoke test so compile step finds Settings
The smoke test's final 'home' step navigates FakeMirroring back to the empty home screen, so the next workflow step (compile skill) opens with no app foreground and its 'wait_for: Settings' times out. The smoke test's purpose is to validate the runner against Settings; testing the home key is incidental and can land in its own dedicated skill later if needed.
1 parent 53590c8 commit 1c6405b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tests/Fixtures/skills/fake-mirroring-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ steps:
1111
- assert_visible: "Accessibility"
1212
- assert_not_visible: "NonExistent"
1313
- assert_not_visible: "Instagram"
14-
- home
1514
- screenshot: "smoke_test"

0 commit comments

Comments
 (0)