From ef95a85b629064869e7946d53b5ebcb1b488f218 Mon Sep 17 00:00:00 2001 From: Noelia Alcala Date: Wed, 5 Feb 2025 11:55:10 +0100 Subject: [PATCH] Fix worflow errors --- .maestro/custom_tabs/custom_tabs_navigation.yaml | 4 ++-- .maestro/custom_tabs/custom_tabs_navigation_new_tab.yaml | 4 ++-- .maestro/fire_button/fire_dialog_during_onboarding.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.maestro/custom_tabs/custom_tabs_navigation.yaml b/.maestro/custom_tabs/custom_tabs_navigation.yaml index ef247ab9631f..7c73c0ae1559 100644 --- a/.maestro/custom_tabs/custom_tabs_navigation.yaml +++ b/.maestro/custom_tabs/custom_tabs_navigation.yaml @@ -11,10 +11,10 @@ tags: stopApp: true - assertVisible: - text: ".*Ready for a better, more private internet?.*" + text: ".*Ready for a faster browser that keeps you protected?.*" - tapOn: "let's do it!" - assertVisible: - text: ".*Privacy protections activated.*" + text: "Protections activated!" - tapOn: "choose your browser" - runFlow: when: diff --git a/.maestro/custom_tabs/custom_tabs_navigation_new_tab.yaml b/.maestro/custom_tabs/custom_tabs_navigation_new_tab.yaml index e113af6732d4..347f8af661bb 100644 --- a/.maestro/custom_tabs/custom_tabs_navigation_new_tab.yaml +++ b/.maestro/custom_tabs/custom_tabs_navigation_new_tab.yaml @@ -11,10 +11,10 @@ tags: stopApp: true - assertVisible: - text: ".*Ready for a better, more private internet?.*" + text: ".*Ready for a faster browser that keeps you protected?.*" - tapOn: "let's do it!" - assertVisible: - text: ".*Privacy protections activated.*" + text: "Protections activated!" - tapOn: "choose your browser" - runFlow: when: diff --git a/.maestro/fire_button/fire_dialog_during_onboarding.yaml b/.maestro/fire_button/fire_dialog_during_onboarding.yaml index d1ddff1a554d..58ba1d566b0c 100644 --- a/.maestro/fire_button/fire_dialog_during_onboarding.yaml +++ b/.maestro/fire_button/fire_dialog_during_onboarding.yaml @@ -1,5 +1,5 @@ appId: com.duckduckgo.mobile.android -name: "ReleaseTest: Fire button is working" +name: "ReleaseTest: Fire button skip working" tags: - releaseTest ---