Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip onboarding in most maestro tests #5682

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-10"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-11"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-12"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-13"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-14"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-1"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-2"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-3"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-4"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-5"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-6"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-6" # scroll until the ad-id-6 instead of ad-id-7 (context: https://app.asana.com/0/0/1204397066248823/1204415854211764/f)
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-8"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- inputText: "https://www.search-company.site/#ad-id-9"
- pressKey: Enter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
clearState: true
stopApp: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- tapOn:
id: "com.duckduckgo.mobile.android:id/browserMenuImageView"
Expand Down
2 changes: 1 addition & 1 deletion .maestro/app_tp/app_tp_onboarding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
clearState: true
stopApp: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- tapOn:
id: "com.duckduckgo.mobile.android:id/browserMenuImageView"
Expand Down
5 changes: 3 additions & 2 deletions .maestro/autofill/1_autofill_shown_in_overflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ appId: com.duckduckgo.mobile.android
name: "Autofill: Autofill screen is reachable from overflow menu"
tags:
- autofillNoAuthTests
- x
---
# Pre-requisite: None (can be run whether auth is required or not)

- retry:
maxRetries: 3
maxRetries: 0
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- runFlow: steps/access_passwords_screen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- runFlow: steps/access_passwords_screen.yaml

- assertVisible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- tapOn:
id: "omnibarTextInput"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# get to autofill form
- tapOn:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# setup an existing credential
- runFlow: ../steps/manually_add_existing_credential.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# get to autofill form
- tapOn:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# get to autofill form
- tapOn:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# get to autofill form
- tapOn:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# get to autofill login form
- tapOn:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# get to autofill login form
- tapOn:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# manually add a credential
- runFlow: ../steps/manually_add_existing_credential.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# get to autofill form
- tapOn:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- launchApp:
clearState: true

- runFlow: ../../shared/pre_onboarding.yaml
- runFlow: ../../shared/skip_all_onboarding.yaml

# get to autofill form
- tapOn:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
clearState: true
stopApp: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- tapOn:
text: "search or type URL"
Expand Down
2 changes: 1 addition & 1 deletion .maestro/bookmarks/open_bookmark_and_navigate_back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
clearState: true
stopApp: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- tapOn:
text: "search or type URL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
clearState: true
stopApp: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- tapOn:
text: "search or type URL"
Expand Down
2 changes: 1 addition & 1 deletion .maestro/browsing/visit_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
clearState: true
stopApp: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- tapOn:
text: "search or type URL"
Expand Down
2 changes: 1 addition & 1 deletion .maestro/favorites/favorites_bookmarks_add.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
clearState: true
stopApp: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- tapOn:
text: "search or type URL"
Expand Down
2 changes: 1 addition & 1 deletion .maestro/favorites/favorites_bookmarks_delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
clearState: true
stopApp: true

- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml

- tapOn:
text: "search or type URL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- inputText: "https://privacy-test-pages.site/privacy-protections/query-parameters/"
- pressKey: Enter
- assertVisible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- inputText: "https://privacy-test-pages.site/privacy-protections/query-parameters/"
- pressKey: Enter
- assertVisible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- inputText: "https://privacy-test-pages.site/privacy-protections/query-parameters/"
- pressKey: Enter
- assertVisible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- inputText: "https://privacy-test-pages.site/privacy-protections/query-parameters/"
- pressKey: Enter
- assertVisible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- inputText: "https://www.search-company.site/#ad-id-5"
- pressKey: Enter
- assertVisible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- inputText: "https://www.search-company.site/#ad-id-5"
- pressKey: Enter
- assertVisible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- inputText: "https://www.search-company.site/#ad-id-5"
- pressKey: Enter
- assertVisible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
commands:
- launchApp:
clearState: true
- runFlow: ../shared/pre_onboarding.yaml
- runFlow: ../shared/skip_all_onboarding.yaml
- inputText: "https://www.search-company.site/#ad-id-5"
- pressKey: Enter
- assertVisible:
Expand Down
Loading
Loading