From 38019c04381a82128da2c4c5ddc89e334fcc97d6 Mon Sep 17 00:00:00 2001 From: MrRefactor Date: Wed, 27 Nov 2024 20:30:11 +0100 Subject: [PATCH 1/3] chore(ci): Update maestro to latest version --- .github/workflows/android.yml | 2 +- .github/workflows/ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From 9ae34cb5eb570a58b88ffd475a90c7ddb2d39c55 Mon Sep 17 00:00:00 2001 From: MrRefactor Date: Thu, 28 Nov 2024 10:03:07 +0100 Subject: [PATCH 2/3] check android tests --- maestro-tests/basic_example/pager_basic_example.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maestro-tests/basic_example/pager_basic_example.yaml b/maestro-tests/basic_example/pager_basic_example.yaml index d3c94f20..e847365c 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: 'Controls' +- assertVisible: 'Last' - tapOn: 'Last' - assertVisible: 'page number 9' - assertVisible: 'Page 10 / 10 ' From d0aff7c916561b608be9639e26fe0ccad2f05b4e Mon Sep 17 00:00:00 2001 From: MrRefactor Date: Fri, 29 Nov 2024 09:43:49 +0100 Subject: [PATCH 3/3] fix --- maestro-tests/basic_example/pager_basic_example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maestro-tests/basic_example/pager_basic_example.yaml b/maestro-tests/basic_example/pager_basic_example.yaml index e847365c..279c2e86 100644 --- a/maestro-tests/basic_example/pager_basic_example.yaml +++ b/maestro-tests/basic_example/pager_basic_example.yaml @@ -5,7 +5,7 @@ name: Verify Basic Example flow - assertVisible: 'PagerView Example (Fabric)' - tapOn: 'Basic Example' - assertVisible: 'Basic Example' -- assertVisible: 'Controls' +- assertVisible: 'Control' - assertVisible: 'Last' - tapOn: 'Last' - assertVisible: 'page number 9'