Skip to content

Commit

Permalink
Update release test list after Beta End Stage 1 (#896)
Browse files Browse the repository at this point in the history
We've changed some functionalities due to first stage of Beta End. Our
release testlist needs to reflect the new expected behavior.
  • Loading branch information
jagodarybacka authored Dec 15, 2023
2 parents 754fe67 + c0e02db commit 6a7e3a8
Showing 1 changed file with 30 additions and 19 deletions.
49 changes: 30 additions & 19 deletions .github/workflows/test-list/release-test-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,37 @@ environment 🚀**

## Manual tests

\*many of these tests can be combined with each other as you're testing. I suggest looking through the whole checklist first then executing tests in a way that allows you to check off multiple items at once. Some suggestions are provided.
Many of these tests can be combined with each other as you're testing. I suggest
looking through the whole checklist first then executing tests in a way that
allows you to check off multiple items at once. Some suggestions are provided.

1. Connect to wallet that previously staked

- [ ] you see the Portal is Open message
- [ ] you can see the map after entering
- [ ] you can see the map after entering and the Beta has ended modal
- [ ] you see the Claim your NFT and Get Updates
- [ ] you see your address connected
- [ ] you see the name of your realm
- [ ] you can navigate to other realms but not stake in them
- [ ] you can stake more TAHO in that realm if you're not fully staked
- [ ] you can navigate to all realms but not stake in any of them
- [ ] you can unstake

2. Connect to wallet that hasn't staked but has $TAHO

- [ ] you see the Portal is Open message
- [ ] you can see the map after entering
- [ ] you can see the map after entering and the Beta has ended modal
- [ ] you see the Claim your NFT and Get Updates
- [ ] you see your address connected
- [ ] you don't see a realm name beside that
- [ ] you can explore realms and stake into one (if you staked above, you don't have to do it again. Just make sure to test stake and unstake at least once)
- [ ] you can navigate to all realms but not stake in any of them

3. Connect to wallet that has NO $TAHO (& no $VETAHO)

- [ ] you see the Portal is Open message and the Join Beta button
- [ ] Join Beta redirect works as expected
- [ ] you see the Portal is Open message, but no buttons to join Beta or
enter the map
- [ ] you can't see the map

4. Switch connected wallet in the extension (it's easy to check these off along with the above while you're switching accounts)
4. Switch connected wallet in the extension (it's easy to check these off along
with the above while you're switching accounts)

- [ ] dapp reloads and shows the portal screen
- [ ] reloads with Connect Wallet button if you go to a wallet that's not
Expand All @@ -48,7 +52,7 @@ environment 🚀**
the address: if it's an eligible address, you see Access Granted &
Enter the portal
- [ ] reloads with that address connected if that's a connected website for
the address: if it's an inelligible address, you see the Portal is Open
the address: if it's an ineligible address, you see the Portal is Open
message and Join Beta button

5. Helper Tool
Expand All @@ -58,18 +62,18 @@ environment 🚀**
- [ ] doesn't pop up automatically for staked users
- [ ] does come up with the correct message when you click it (standard
"hang in there, Nomad...")
- [ ] does come up properly for a user connecting for the first time and
running through onboarding
- [ ] does not show up for a user connecting for the first time

6. Population (this is easily tested with the above when you're staking/unstaking - verify the population changes and then you've combined these tests with that)
6. Population (this is easily tested with the above when you're unstaking -
verify the population changes and then you've combined these tests with that)

- [ ] shows on each realm
- [ ] shows on the bottom bar
- [ ] is updated appropriately if a new account stakes
- [ ] is updated appropriately if a new account stakes/unstakes

7. Challenges/
7. Challenges

- [ ] shows on each realm as expected
- [ ] are not shown anywhere in the dapp

8. Disconnect from dapp

Expand All @@ -88,8 +92,15 @@ environment 🚀**
- [ ] with Taho not installed and no other - should show both options - Taho
directs to the Chrome store, MM opens the connection method screen and
directs to the Chrome store

10. XP

- [ ] an account with XP to claim sees that under Claimable Rewards on the Realm modal (in pre-prod we can see this on stage-live but might be easiest to only test this when we're testing XP drops)
- [ ] account can claim XP and sees the wallet balance of VETAHO change accordingly (requires that the account earned XP and hasn't claimed it yet so this could be hard to test on each release but when we're testing XP drops, we should do this)
- [ ] leaderboard shows the top 10 earners in the realm - the connected account is shown at the top with their place on the board shown
- [ ] an account with XP to claim sees that under Claimable Rewards on the
Realm modal (in pre-prod we can see this on stage-live but might be
easiest to only test this when we're testing XP drops)
- [ ] account can claim XP and sees the wallet balance of VETAHO change
accordingly (requires that the account earned XP and hasn't claimed it
yet so this could be hard to test on each release but when we're
testing XP drops, we should do this)
- [ ] leaderboard shows the top 10 earners in the realm - the connected
account is shown at the top with their place on the board shown

0 comments on commit 6a7e3a8

Please sign in to comment.