Skip to content

Commit

Permalink
Updated new fire onboarding dialog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nalcalag committed Feb 4, 2025
1 parent bbbfe5a commit 449931d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .maestro/fire_button/fire_dialog_during_onboarding.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
appId: com.duckduckgo.mobile.android
name: "ReleaseTest: Fire button is working"
tags:
- releaseTest
---
- retry:
maxRetries: 3
commands:
- launchApp:
clearState: true
stopApp: true

- runFlow: ../shared/pre_onboarding.yaml

- tapOn:
text: "search or type URL"
- inputText: "https://privacy-test-pages.site"
- pressKey: Enter
- assertVisible:
text: ".*keep browsing.*"
- tapOn:
text: "got it"
- assertVisible:
text: ".*browsing activity with the fire button.*"
- tapOn:
text: "skip"
- assertNotVisible: ".*browsing activity with the Fire Button.*"
- assertVisible:
text: ".*Remember: every time you browse with me a creepy ad loses its wings.*"
- tapOn:
id: "com.duckduckgo.mobile.android:id/fireIconImageView"
- tapOn: "Clear All Tabs And Data"
- assertNotVisible: "You've got this!.*"

0 comments on commit 449931d

Please sign in to comment.