diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0661ed54..09da149c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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 brew tap facebook/fb brew install facebook/fb/idb-companion diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 468be4bf..2aea07f6 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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 diff --git a/maestro-tests/basic_example/pager_basic_example.yaml b/maestro-tests/basic_example/pager_basic_example.yaml index d3c94f20..279c2e86 100644 --- a/maestro-tests/basic_example/pager_basic_example.yaml +++ b/maestro-tests/basic_example/pager_basic_example.yaml @@ -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 '