1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/test/scenarios/3. transactions/send erc20 token origin MM.csv

2.1 KiB

1StepTest StepsTest DataExpected ResultNotes
21Open the extension.The Welcome Back screen is shown.
32Proceed to Unlock the wallet.password (8 characters min).The Ether balance is shown on the overview. The wallet address is shown on the overview. The selected network is Ethereum Mainnet.
43Switch networks to a test network.e.g. Goerli.The Goerli balance is shown on the overview. The wallet address is shown on the overview. The selected network is Goerli.
54Open the test dapp in another tab.https://metamask.github.io/test-dapp/
65Proceed to Connect with MetaMask.
76Connect with the current account.
87Deploy the Token contract.
98Confirm the transaction and wait for the it to complete.
109Proceed to add the token to the wallet.
1110Confirm the suggested token notification.The TST token is shown in the wallets token list. The TST token symbol is shown. The TST token icon is shown. The TST token balance is shown.
1211Close the test dapp and switch back to the wallet.
1312Proceed to the Send flow.
1413Enter a public address.e.g. 0x56F2e03c8D30649818c022a9759CF43B240D08B3.
1514Change the asset to the newly added token.e.g. TST.The TST token is shown in the asset field on the send flow. The TST token symbol is shown. The TST token icon is shown. The TST token balance is shown.
1615Enter an amount.e.g. 0.1.
1716Proceed to the confirmation screen.The recipient's hexadecimal address is shown. The specified amount is shown. The specified token is shown. The estimated gas details are shown. The total amount is shown.
1817Confirm the transaction.The transaction appears in the activity list. The recipient's hexadecimal address is shown in the activity list item. The amount is shown in the activity list item.
1918Open the activity list item.The transaction status, recipient's address, nonce, amount, gas and total are shown in the item details.
2019Expand the Activity log.The created, submitted and confirmed activity is shown in the activity log.
2120Proceed to view the transaction on the block explorer.The block explorer opens in a new tab.