diff --git a/.github/workflows/end-to-end.yml b/.github/workflows/end-to-end.yml index 2fcfe9b64e..528f9cd58d 100644 --- a/.github/workflows/end-to-end.yml +++ b/.github/workflows/end-to-end.yml @@ -40,34 +40,37 @@ jobs: run: | set -o pipefail && xcodebuild \ -scheme "DuckDuckGo" \ - -destination "platform=iOS Simulator,name=iPhone 14,OS=16.4" \ + -destination "platform=iOS Simulator,name=iPhone 15,OS=17.2" \ -derivedDataPath "DerivedData" \ -skipPackagePluginValidation \ | tee xcodebuild.log - name: Release tests - uses: mobile-dev-inc/action-maestro-cloud@v1.4.1 + uses: mobile-dev-inc/action-maestro-cloud@v1.8.0 with: api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }} app-file: DerivedData/Build/Products/Debug-iphonesimulator/DuckDuckGo.app workspace: .maestro include-tags: release + ios-version: 17 - name: Privacy tests - uses: mobile-dev-inc/action-maestro-cloud@v1.4.1 + uses: mobile-dev-inc/action-maestro-cloud@v1.8.0 with: api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }} app-file: DerivedData/Build/Products/Debug-iphonesimulator/DuckDuckGo.app workspace: .maestro include-tags: privacy + ios-version: 17 - name: Ad Click Detection Flow tests - uses: mobile-dev-inc/action-maestro-cloud@v1.4.1 + uses: mobile-dev-inc/action-maestro-cloud@v1.8.0 with: api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }} app-file: DerivedData/Build/Products/Debug-iphonesimulator/DuckDuckGo.app workspace: .maestro include-tags: adClick + ios-version: 17 - name: Create Asana task when workflow failed if: ${{ failure() }} diff --git a/.maestro/release_tests/bookmarks.yaml b/.maestro/release_tests/bookmarks.yaml index 56a81943e9..4e0822e12d 100644 --- a/.maestro/release_tests/bookmarks.yaml +++ b/.maestro/release_tests/bookmarks.yaml @@ -47,8 +47,8 @@ tags: # Delete bookmark - assertVisible: "Edit" - tapOn: "Edit" -- assertVisible: "Delete Privacy Test Pages - Home" -- tapOn: "Delete Privacy Test Pages - Home" +- assertVisible: "Remove Privacy Test Pages - Home" +- tapOn: "Remove Privacy Test Pages - Home" - assertVisible: text: "Delete" index: 0 diff --git a/.maestro/release_tests/favorites.yaml b/.maestro/release_tests/favorites.yaml index f33ae3bff7..c3d8ae1b28 100644 --- a/.maestro/release_tests/favorites.yaml +++ b/.maestro/release_tests/favorites.yaml @@ -72,8 +72,8 @@ tags: - assertVisible: "Bookmarks" - tapOn: "Bookmarks" - assertVisible: "Privacy Test Pages - Home" -- assertVisible: "Delete Privacy Test Pages - Home" -- tapOn: "Delete Privacy Test Pages - Home" +- assertVisible: "Remove Privacy Test Pages - Home" +- tapOn: "Remove Privacy Test Pages - Home" - assertVisible: text: "Delete" index: 0