diff options
author | Thomas <tmashuang@gmail.com> | 2018-04-06 06:04:17 +0800 |
---|---|---|
committer | Thomas <tmashuang@gmail.com> | 2018-04-06 06:04:17 +0800 |
commit | 3d9af2770f063842e1ec2a92108adfb100ff3750 (patch) | |
tree | 4bf838acc2c5a39b06d8743dcf403794204754de /docs | |
parent | d0c7db618d582e2866f1dc2543db3d45c049d84f (diff) | |
download | tangerine-wallet-browser-3d9af2770f063842e1ec2a92108adfb100ff3750.tar.gz tangerine-wallet-browser-3d9af2770f063842e1ec2a92108adfb100ff3750.tar.zst tangerine-wallet-browser-3d9af2770f063842e1ec2a92108adfb100ff3750.zip |
Update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/QA_Guide.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/QA_Guide.md b/docs/QA_Guide.md index 31a75f2c0..b7ef73119 100644 --- a/docs/QA_Guide.md +++ b/docs/QA_Guide.md @@ -3,7 +3,8 @@ Steps to mark a full pass of QA complete. * Browsers: Opera, Chrome, Firefox, Edge. * OS: Ubuntu, Mac OSX, Windows -* Open Developer Console in background and popup +* Load older version of MetaMask and attempt to simulate updating the extension. +* Open Developer Console in background and popup, inspect errors. * Vault integrity * create vault * Log out @@ -37,7 +38,8 @@ Steps to mark a full pass of QA complete. * Send a transaction and sign a message (https://danfinlay.github.io/js-eth-personal-sign-examples/) for each keyring type * hd keyring * imported keyring -* Change network from mainnet → ropesten → rinkeby → localhost +* Change network from mainnet → ropsten → rinkeby → localhost (ganache) +* Ganache set blocktime to simulate retryTx in MetaMask * Copy public key to clipboard * Export private key |