Skip to content

Commit

Permalink
test for application lock
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Jul 30, 2024
1 parent a49505e commit 60214b9
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions .maestro/release_tests/application-lock.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# application-lock.yaml
appId: com.duckduckgo.mobile.ios
tags:
- release

---

# Set up
- runFlow:
file: ../shared/setup.yaml

- tapOn: "Settings"
- scrollUntilVisible:
element: "General"
direction: DOWN
- tapOn: "General"

- tapOn:
text: "0"
index: "0"

- stopApp

- launchApp

- assertVisible: "Unlock DuckDuckGo."
- inputText: "password"
- pressKey: Enter

- assertVisible:
id: "searchEntry"
- tapOn:
id: "searchEntry"
- inputText: "https://privacy-test-pages.site"
- pressKey: Enter

# Manage onboarding
- runFlow:
file: ../shared/onboarding_browsing.yaml

- tapOn: "Browsing Menu"
- tapOn: "Settings"
- scrollUntilVisible:
element: "General"
direction: DOWN
- tapOn: "General"

- tapOn:
text: "1"
index: "0"


- stopApp

- launchApp

- assertVisible: "Privacy Test Pages"

0 comments on commit 60214b9

Please sign in to comment.