Skip to content
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

Update release-test-list.md: changed outdated terminology and added tests for new features #3575

Merged
merged 3 commits into from
Jul 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions .github/workflows/test-list/release-test-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,31 @@ This release checklist should be performed before release is published.
- [ ] check NFTs
- [ ] check abilities (abilities should not be displayed)
- [ ] check activities
- [ ] check overview page
- [ ] check portfolio page
- [ ] check export options (export recovery phase and export private key should not be available)
2. Add read-only account with UNS
- [ ] check assets
- [ ] check balance
- [ ] check NFTs
- [ ] check abilities (abilities should not be displayed)
- [ ] check activities
- [ ] check overview page
- [ ] check portfolio page
- [ ] check export options (export recovery phase and export private key should not be available)
3. Add read-only account with 0x address
- [ ] check assets
- [ ] check balance
- [ ] check NFTs
- [ ] check abilities (abilities should not be displayed)
- [ ] check activities
- [ ] check overview page
- [ ] check portfolio page
- [ ] check export options (export recovery phase and export private key should not be available)
4. Import account with a seed phrase
- [ ] check assets
- [ ] check balance
- [ ] check NFTs
- [ ] check abilities
- [ ] check activities
- [ ] check overview page
- [ ] check portfolio page
- [ ] check seed phrase export
- [ ] check private key export for first account
5. Add another account from the same seed phrase
Expand All @@ -58,38 +61,39 @@ This release checklist should be performed before release is published.
- [ ] check NFTs
- [ ] check abilities
- [ ] check activities
- [ ] check overview page
- [ ] check portfolio page
- [ ] check private key export for second account
6. Add account with a Ledger
- [ ] check assets
- [ ] check balance
- [ ] check NFTs
- [ ] check abilities
- [ ] check activities
- [ ] check overview page
- [ ] check portfolio page
andreachapman marked this conversation as resolved.
Show resolved Hide resolved
- [ ] check export options (export recovery phase and export private key should not be available)
7. Create new wallet
- [ ] check assets
- [ ] check balance
- [ ] check NFTs
- [ ] check abilities
- [ ] check activities
- [ ] check overview page
- [ ] check portfolio page
- [ ] check private key export
8. Add account with private key
- [ ] check assets
- [ ] check balance
- [ ] check NFTs
- [ ] check abilities
- [ ] check activities
- [ ] check overview page
- [ ] check portfolio page
- [ ] check private key export
9. Add account with JSON keystore
- [ ] check assets
- [ ] check balance
- [ ] check NFTs
- [ ] check abilities
- [ ] check activities
- [ ] check overview page
- [ ] check portfolio page
- [ ] check private key export

### 🗑️ Remove account
Expand Down