Skip to content

Commit

Permalink
fix autofill widget failure (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy authored Jul 5, 2024
1 parent 761b139 commit 9679563
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
39 changes: 19 additions & 20 deletions .maestro/release_tests/password-authentication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,23 +84,22 @@ tags:
- tapOn: "Done"

# Validate launch from widget

- pressKey: HOME
- longPressOn:
point: 50%,50%
- tapOn: "Add Widget"
- tapOn: Search Widgets
- inputText: DuckDuck
- tapOn: DuckDuckGo
- tapOn: "Page 1 of 5"
- tapOn: " Add Widget"
- tapOn: "Done"
- tapOn:
id: "DuckDuckGo"
index: 0

- assertVisible: "Unlock device to access passwords"
- inputText: "Anything"
- pressKey: Enter
- assertVisible: "Search passwords"

# Disabled until we can get iOS 17.2 runner on mobile.dev (or our own CI)
# - pressKey: HOME
# - longPressOn:
# point: 50%,50%
# - tapOn: "Add Widget"
# - tapOn: "Search Widgets"
# - inputText: "DuckDuck"
# - tapOn: "DuckDuckGo"
# - tapOn: "Page 1 of 5"
# - tapOn: " Add Widget"
# - tapOn: "Done"
# - tapOn:
# id: "DuckDuckGo"
# index: 0

# - assertVisible: "Unlock device to access passwords"
# - inputText: "Anything"
# - pressKey: Enter
# - assertVisible: "Search passwords"
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 9679563

Please sign in to comment.