From 9679563635a44724d86eeeeef38593b97bd68b30 Mon Sep 17 00:00:00 2001 From: Christopher Brind Date: Fri, 5 Jul 2024 17:37:41 +0100 Subject: [PATCH] fix autofill widget failure (#3040) --- .../password-authentication.yaml | 39 +++++++++---------- .maestro/setup_ui_tests.sh | 2 +- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/.maestro/release_tests/password-authentication.yaml b/.maestro/release_tests/password-authentication.yaml index f9bf9be52a..8722ecd798 100644 --- a/.maestro/release_tests/password-authentication.yaml +++ b/.maestro/release_tests/password-authentication.yaml @@ -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" 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