-
Notifications
You must be signed in to change notification settings - Fork 0
UI Testing flows
Purpose of this document is to list all UI testing flows that can be tested from UI and at later stage same can be simulated using jest integration test cases
Assumptions
- All collections are launched with mint limit per wallet 1
- Public Mint
1.1 Free Mint
1.1.1 Free mint(publicly) 1.1.2 Free mint (privately)
1.2 Paid Mint
1.2.1 Paid Mint(publicly) 1.2.1 Paid mint (privately)
- Whitelisted Mint
2.1 Free Mint
2.2 Paid Mint
Collection Launch Story: Draft a collection launch story where collection creator is launching a nft collection for his community with two stages white list mint public mint
Whitelist mint for users is free and public mint stage starts after white list mint stages end, whitelist mint goes one for 1 hour
Also these nfts are transferrable so user can list nft, transfer nft, create offer on other people's nft, etc.
basically help me create complete story for testing purpose on UI.