Skip to content

Commit f06e5e8

Browse files
chore: explorar fee-based tokens qa (#505)
1 parent e3286fc commit f06e5e8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

QA.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Some useful links and strings to use on the QAs:
1313
- A [block](https://explorer.testnet.hathor.network/transaction/000000000737bc54cbad0d29eda40754ea5dd4325f2938cd6640801acfc393ac) - `000000000737bc54cbad0d29eda40754ea5dd4325f2938cd6640801acfc393ac`
1414
- A [simple transaction](https://explorer.testnet.hathor.network/transaction/0000227fd2310cb6de2644445b6d650a275a7910b5492e87d4aa019de89f2762) - `0000227fd2310cb6de2644445b6d650a275a7910b5492e87d4aa019de89f2762`
1515
- A [token creation transaction](https://explorer.testnet.hathor.network/token_detail/000029a879e0430b2c1bd335787a2f79bc373590053be220472bc620e640df77) - `000029a879e0430b2c1bd335787a2f79bc373590053be220472bc620e640df77`
16+
- A [fee-based token creation transaction](https://explorer.testnet.hathor.network/transaction/000004975986b5c3eca339d7e0bfcd763b3b4be95c973507f6ca86b3e1f4808f) - `000004975986b5c3eca339d7e0bfcd763b3b4be95c973507f6ca86b3e1f4808f`
1617
- A [nft creation transaction](https://explorer.testnet.hathor.network/token_detail/000035ee44954f0b896c18d63e4f30cd87ccac7220bd94e1878b0fb01e964be8) - `000035ee44954f0b896c18d63e4f30cd87ccac7220bd94e1878b0fb01e964be8`
1718
- An [address](https://explorer.testnet.hathor.network/address/WmeByhYxt2F8As6Hon6mnpFUqbLpJh2pjE?token=00) - `WmeByhYxt2F8As6Hon6mnpFUqbLpJh2pjE`
1819

@@ -53,7 +54,7 @@ Some useful links and strings to use on the QAs:
5354
1. The url now is `/tokens`
5455
1. Confirm there are 10 rows and a search box in the main page
5556
1. There is no realtime update expectation here
56-
1. Verify that some columns allow ordering by clicking on their header: Name, Symbol and Created At.
57+
1. Verify that some columns allow ordering by clicking on their header: Name, Symbol, Fee model, and Created At.
5758
1. Click on one of those and validate that the list is updated correctly, even with elements that were not visible and not even loaded before ( for example, "Created at" descending/ascending )
5859
1. Click on the "Next" button and confirm that the tokens list has changed
5960
1. Confirm also that the url has not changed, and will not replicate this exact state if shared to another window
@@ -112,10 +113,12 @@ Some useful links and strings to use on the QAs:
112113
1. If this is an NFT, validate that:
113114
1. The first output is of type `Data`
114115
2. There is a section named "Tokens" containing the token name, symbol and link to `/token_detail/{uid}`
116+
1. If this is a Create Token transaction, check for the token information section.
117+
1. If this is a transaction that uses a fee-based token, check for the paid fee row which should contain all the tokens and amounts used to pay fees in this tx.
115118

116119
### 8. Token details
117120
1. Verify that the screen contains all information about the token on a single section
118-
1. Check that there are (ℹ) icons explaining the _mint_ and _melt_ fields
121+
1. Check that there are (ℹ) icons explaining the _mint_, _melt_, and _fee model_ fields
119122
1. Verify that there is another section containing the configuration string in the following forms:
120123
- A QR Code
121124
- A component that allows copying to clipboard

0 commit comments

Comments
 (0)