Skip to content

Commit

Permalink
chore: add QA steps for nano screens (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroferreira1 authored Aug 29, 2024
1 parent ad89d1d commit e37fee7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions QA.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,12 @@ Some useful links and strings to use on the QAs:
1. The "Historical Data" should be loaded in its own time, with a "Loading" component indicating its progress
1. After the "Historical Data" section is loaded, there should be displayed the block and the timestamp when it was last updated.
1. Click on the period input and select different timeframes. The graphs should be updated.

### 15. Nano Contracts (run this section only if nano contracts is available)
1. Open the transaction detail screen of a nano contract transaction.
1. See if it correctly loads the nano contract ID, the address used to sign, the method, arguments, and list of actions.
1. Click on the nano contract ID link to go to the nano contract detail screen.
1. See if correctly load the Nano Contract ID, Blueprint ID, the state of the contract, the balance of tokens, and history.
1. Click on a tx in the history and validate it goes to the transaction detail screen.
1. Go back and click on the blueprint link.
1. See if it correctly loads the blueprint attributes, method, and source code.

0 comments on commit e37fee7

Please sign in to comment.