Skip to content

Commit

Permalink
use ios 17 simulator and fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Jul 10, 2024
1 parent 6a3298a commit 62a4945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .maestro/release_tests/content-blocking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .maestro/setup_ui_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 62a4945

Please sign in to comment.