Skip to content

Commit

Permalink
doc(wip): add QA_DEV_SETTINGS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruzenhack committed Oct 31, 2023
1 parent aedaf8c commit 72e9365
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions QA_DEV_SETTINGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Dev Settings

1. **Settings screen**
1. Go to Settings
1. Check you see "General Settings" as the title for the first collection of settings
1. Check you see "Developer Settings" as the title for the second collection of settings

1. **Risk Disclaimer screen**
1. Go to Network Settings
1. Check you see the `RISK DISCLAIMER` screen
1. Check you see a disclaimer text in a yellow background
1. Check you see a button in the end of the page to confirm the disclaimer

1. **Network PRE-SETTINGS Screen**
1. Click on "I UNDERSTAND"
1. Check you see the `NETWORK PRE-SETTINGS` screen
1. Check you see two pre-settings options: Mainnet and Testnet
1. Check you see a button in the end of the page to customize the network

1. **CUSTOM NETWORK SETTINGS Screen**
1. Click on "CUSTOMIZE"
1. Check you see the `CUSTOM NETWORK SETTINGS` screen
1. Check you see a warning message text in a yellow background
1. Check you see a form with the following values:
- Node URL
- Explorer URL
- Explorer Service URL
- Wallet Service URL (optional)
- Wallet Service WS URL (optional)
1. Check you see a button in the end of the page to send the form

1. **Send the default network settings"
1. Click on "SEND"
1. Check that the wallet has reloaded
1. Check that a success feedback modal has raised after reload
1. Dismiss the success feedback modal

1. **Send an invalid Node URL**
1. Emmpty the Node URL field
1. Check that an invalidation message appears under the field informng Node URL is required
1. Fill the field with an invalid URL "invalid"
1. Check that an invalidation message appears under the field informing Node URL should be a valid URL
1. Fill the field with an invalid network URL like "https://hathor.network"
1. Wait until the reload fails



0 comments on commit 72e9365

Please sign in to comment.