From 0206c79b355146a13667473db6a2721881cd63e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Paczos?= Date: Wed, 28 May 2025 14:24:44 +0200 Subject: [PATCH] adapt PPro E2E test for possibility of trials --- .../launch_privacy_pro_from_special_url.yaml | 25 +++++++------------ 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/.maestro/ppro/launch_privacy_pro_from_special_url.yaml b/.maestro/ppro/launch_privacy_pro_from_special_url.yaml index c21585d6509c..5c03618abc82 100644 --- a/.maestro/ppro/launch_privacy_pro_from_special_url.yaml +++ b/.maestro/ppro/launch_privacy_pro_from_special_url.yaml @@ -15,19 +15,12 @@ tags: id: "omnibarTextInput" - inputText: "https://duckduckgo.com/pro" - pressKey: Enter - - runFlow: - when: - visible: - text: "Privacy Pro" - commands: - - assertVisible: - text: "Subscribe to Privacy Pro" - - runFlow: - when: - visible: - id: "com.duckduckgo.mobile.android:id/omnibarIconContainer" - commands: - - copyTextFrom: - id: "omnibarTextInput" - - assertTrue: ${maestro.copiedText == "https://duckduckgo.com/pro"} - + - assertVisible: + id: "com.duckduckgo.mobile.android:id/titleToolbar" + text: "Privacy Pro" + - assertVisible: + text: "VPN" + - assertVisible: + text: "Personal Information Removal" + - assertVisible: + text: "Identity Theft Restoration"