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
Add sync tests for all platforms #113
Merged
+78
−39
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.
| @@ -14,6 +14,7 @@ | ||
| - [ ] opened tabs can be reloaded | ||
| - [ ] stored passwords are preserved | ||
| - [ ] unpinned tabs can be pinned | ||
| - [ ] Sync chain created in previous version is retained | ||
|
|
||
| ### About pages | ||
|
|
||
| @@ -144,6 +145,20 @@ _Each start should take less than 7 seconds_ | ||
| - [ ] Verify tips list is not lost after upgrade | ||
| - [ ] Verify wallet panel transactions list is not lost after upgrade | ||
|
|
||
| ### Sync | ||
|
This conversation was marked as resolved
by srirambv
LaurenWags
Contributor
|
||
|
|
||
| - [ ] Verify you are able to create a sync chain and add a mobile/computer to the chain | ||
| - [ ] Verify you are able to join an existing sync chain using code words | ||
| - [ ] Verify the device name is shown properly when sync chain is created | ||
| - [ ] Verify you are able to add a new mobile device to the chain via QR code/code words | ||
| - [ ] Verify newly created bookmarks get sync'd to all devices on the sync chain | ||
| - [ ] Verify existing bookmarks on current profile gets sync'd to all devices on the sync chain | ||
| - [ ] Verify folder structure is retained after sync completes | ||
| - [ ] Verify bookmarks don't duplicate when sync'd from other devices | ||
| - [ ] Verify removing bookmark from device gets sync'd to all devices on the sync chain | ||
| - [ ] Verify adding/removing a bookmark in offline mode gets sync'd to all devices on the sync chain when device comes online | ||
| - [ ] With only two device in chain, verify removing the other device resets the sync on b-c as well | ||
|
|
||
| ### Tor Tabs | ||
|
|
||
| - [ ] Visit https://check.torproject.org in a Tor window, ensure its shows success message for using a Tor exit node | ||
| @@ -194,7 +209,7 @@ _Each start should take less than 7 seconds_ | ||
|
|
||
| ### Keyboard Shortcuts (WIP) | ||
|
|
||
| ### Sync (WIP) | ||
|
|
||
| ####Rewards Media (To be verified on YouTube and Twitch) (WIP) | ||
|
|
||
| #### Rewards Media (To be verified on YouTube and Twitch) (WIP) | ||
|
|
||
ProTip!
Use n and p to navigate between commits in a pull request.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Same as the above suggestion, maybe this will be better under the
datasection where we handle the upgrades?