From d69812759aa4ec8d976e629c3e87173dc85888bc Mon Sep 17 00:00:00 2001 From: Noelia Alcala Date: Mon, 3 Jun 2024 22:55:00 +0100 Subject: [PATCH] Remove -runFlow --- .../1_-_permissions_allowed.yaml | 16 +++++++++---- .../2_-_permissions_denied.yaml | 24 ++++++++++++------- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/.maestro/notifications_permissions_android13_plus/1_-_permissions_allowed.yaml b/.maestro/notifications_permissions_android13_plus/1_-_permissions_allowed.yaml index bedf0ac43e71..e77d22ea7d72 100644 --- a/.maestro/notifications_permissions_android13_plus/1_-_permissions_allowed.yaml +++ b/.maestro/notifications_permissions_android13_plus/1_-_permissions_allowed.yaml @@ -10,13 +10,19 @@ appId: com.duckduckgo.mobile.android - assertVisible: text: ".*Welcome to DuckDuckGo!.*" optional: true - -- runFlow: ../shared/onboarding.yaml - +- assertVisible: + text: ".*Ready for a better, more private internet?.*" +- tapOn: "let's do it!" +- assertVisible: + text: ".*Privacy protections activated.*" +- tapOn: "choose your browser" +- tapOn: "cancel" +- assertVisible: + text: ".*Try a search!.*" - tapOn: - id: "com.duckduckgo.mobile.android:id/browserMenuImageView" + id: "com.duckduckgo.mobile.android:id/browserMenuImageView" - tapOn: - text: "Downloads" + text: "Downloads" - assertVisible: text: ".*No files downloaded yet.*" - assertNotVisible: diff --git a/.maestro/notifications_permissions_android13_plus/2_-_permissions_denied.yaml b/.maestro/notifications_permissions_android13_plus/2_-_permissions_denied.yaml index e552c7abdeb7..fa3f2d62cdb2 100644 --- a/.maestro/notifications_permissions_android13_plus/2_-_permissions_denied.yaml +++ b/.maestro/notifications_permissions_android13_plus/2_-_permissions_denied.yaml @@ -10,18 +10,24 @@ appId: com.duckduckgo.mobile.android - assertVisible: text: ".*Welcome to DuckDuckGo!.*" optional: true - -- runFlow: ../shared/onboarding.yaml - +- assertVisible: + text: ".*Ready for a better, more private internet?.*" +- tapOn: "let's do it!" +- assertVisible: + text: ".*Privacy protections activated.*" +- tapOn: "choose your browser" +- tapOn: "cancel" +- assertVisible: + text: ".*Try a search!.*" - tapOn: - id: "com.duckduckgo.mobile.android:id/browserMenuImageView" + id: "com.duckduckgo.mobile.android:id/browserMenuImageView" - tapOn: - text: "Downloads" + text: "Downloads" - assertVisible: - text: ".*Find out when downloads are ready.*" + text: ".*Find out when downloads are ready.*" - assertVisible: - text: ".*Get a notification when downloads complete.*" + text: ".*Get a notification when downloads complete.*" - assertVisible: - text: ".*Notify Me.*" + text: ".*Notify Me.*" - assertVisible: - text: ".*No files downloaded yet.*" + text: ".*No files downloaded yet.*"