-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dominik/sync-feature-flags
- Loading branch information
Showing
17 changed files
with
74 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
appId: com.duckduckgo.mobile.ios | ||
--- | ||
|
||
- tapOn: Logins | ||
- assertVisible: Unlock device to access saved Logins | ||
- tapOn: Passwords | ||
- tapOn: Passcode field | ||
- inputText: "0000" | ||
- pressKey: Enter | ||
- assertVisible: Dax Login | ||
- tapOn: Dax Login | ||
- assertVisible: daxthetest | ||
- assertVisible: duckduckgo.com | ||
- tapOn: Logins | ||
- tapOn: Passwords | ||
- assertVisible: Github | ||
- tapOn: Github | ||
- assertVisible: githubusername | ||
- assertVisible: github.com | ||
- tapOn: Logins | ||
- tapOn: Passwords | ||
- assertVisible: StackOverflow | ||
- tapOn: StackOverflow | ||
- assertVisible: stacker | ||
- assertVisible: stackoverflow.com | ||
- tapOn: Logins | ||
- tapOn: Passwords | ||
- assertVisible: My Personal Website | ||
- tapOn: My Personal Website | ||
- assertVisible: [email protected] | ||
- assertVisible: mypersonalwebsite.com | ||
- tapOn: Logins | ||
- tapOn: Settings | ||
- tapOn: Passwords | ||
- tapOn: Settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
appId: com.duckduckgo.mobile.ios | ||
tags: | ||
- sync | ||
|
||
--- | ||
|
||
# Clear and launch | ||
- clearState | ||
- launchApp | ||
|
||
# Run onboarding Flow | ||
- runFlow: | ||
when: | ||
visible: | ||
text: "Let’s Do It!" | ||
index: 0 | ||
file: ../shared/onboarding.yaml | ||
|
||
# Set Internal User | ||
- tapOn: Settings | ||
- runFlow: | ||
file: ../shared/set_internal_user_from_settings.yaml | ||
|
||
# Create account | ||
- runFlow: | ||
file: ../shared/sync_create.yaml | ||
|
||
# Remove account | ||
- runFlow: | ||
file: ../shared/sync_delete.yaml | ||
|
||
# Try to login and check for error | ||
- assertVisible: Begin Syncing | ||
- tapOn: Sync with Another Device | ||
- assertVisible: Scan QR Code | ||
- tapOn: Manually Enter Code | ||
- tapOn: Paste | ||
- assertVisible: Sync Error | ||
- tapOn: OK |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters