Skip to content

Commit

Permalink
Remove -runFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
nalcalag committed Jun 3, 2024
1 parent c2c8a55 commit d698127
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"

0 comments on commit d698127

Please sign in to comment.