Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .argent/flows/basic-long-press-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ steps:
- await: { visible: { text: "Empty Example" }, timeout: 15000 }
- echo: "On the Home list, search for long press example"
- type: { text: "long", into: { id: "search-examples" } }
- await: { visible: { text: "Basic LongPress" } }
- echo: "Tap the example to open it"
- tap: "Basic LongPress"
- echo: "Clear console"
Expand Down
1 change: 1 addition & 0 deletions .argent/flows/basic-tap-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ steps:
- await: { visible: { text: "Empty Example" }, timeout: 15000 }
- echo: "On the Home list, search for tap example"
- type: { text: "tap", into: { id: "search-examples" } }
- await: { visible: { text: "Basic Tap" } }
- echo: "Tap the example to open it"
- tap: "Basic Tap"
- echo: "Clear console"
Expand Down
1 change: 1 addition & 0 deletions .argent/flows/nested-touchables-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ steps:
- await: { visible: { text: "Empty Example" }, timeout: 15000 }
- echo: "On the Home list, search for the nested touchables example"
- type: { text: "nested touchables", into: { id: "search-examples" } }
- await: { visible: { text: "Nested touchables" } }
- echo: "Tap the example to open it"
- tap: { text: "Nested touchables" }
- await: { visible: { id: "level-4" } }
Expand Down
1 change: 1 addition & 0 deletions .argent/flows/shared-value-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ steps:
- await: { visible: { text: "Empty Example" }, timeout: 15000 }
- echo: "On the Home list, search for the shared value example"
- type: { text: "shared", into: { id: "search-examples" } }
- await: { visible: { text: "Shared Value" } }
- echo: "Tap the example to open it"
- tap: { text: "Shared Value" }
- await: { visible: { id: "shared-value-box" } }
Expand Down
1 change: 1 addition & 0 deletions .argent/flows/timer-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ steps:
- await: { visible: { text: "Empty Example" }, timeout: 15000 }
- echo: "On the Home list, search for the timer example"
- type: { text: "timer", into: { id: "search-examples" } }
- await: { visible: { text: "Timer" } }
- echo: "Tap the example to open it"
- tap: { text: "Timer" }
- await: { idle: true }
Expand Down
Loading