diff --git a/.maestro/release_tests/content-blocking.yaml b/.maestro/release_tests/content-blocking.yaml index 2ed2be8520..51c0a7aaf4 100644 --- a/.maestro/release_tests/content-blocking.yaml +++ b/.maestro/release_tests/content-blocking.yaml @@ -33,9 +33,7 @@ tags: id: PrivacyIcon - assertVisible: "Protections are ON for this site" -- assertVisible: "We blocked" -- assertVisible: "Google Ads (Google)" -- assertVisible: " from loading tracking requests on this page." +- assertVisible: "We blocked Google Ads (Google) from loading tracking requests on this page." - tapOn: "View Tracker Companies" - assertVisible: "doubleclick.net" diff --git a/.maestro/setup_ui_tests.sh b/.maestro/setup_ui_tests.sh index 12cd6a5b52..64292c30a8 100755 --- a/.maestro/setup_ui_tests.sh +++ b/.maestro/setup_ui_tests.sh @@ -8,7 +8,7 @@ source $(dirname $0)/common.sh # The simulator command requires the hyphens target_device="iPhone-15" -target_os="iOS-17-2" +target_os="iOS-17-0" ## Functions