Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install Maestro CLI
run: |
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
export MAESTRO_VERSION=1.39.2; curl -Ls "https://get.maestro.mobile.dev" | bash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can we extract that value to a separate variable?

brew tap facebook/fb
brew install facebook/fb/idb-companion

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Install Maestro CLI
run: |
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
export MAESTRO_VERSION=1.39.2; curl -Ls "https://get.maestro.mobile.dev" | bash
brew tap facebook/fb
brew install facebook/fb/idb-companion

Expand Down
2 changes: 2 additions & 0 deletions maestro-tests/basic_example/pager_basic_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ name: Verify Basic Example flow
- assertVisible: 'PagerView Example (Fabric)'
- tapOn: 'Basic Example'
- assertVisible: 'Basic Example'
- assertVisible: 'Control'
- assertVisible: 'Last'
- tapOn: 'Last'
- assertVisible: 'page number 9'
- assertVisible: 'Page 10 / 10 '
Expand Down
Loading