1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 09:23:21 +01:00

[skip e2e] document phishing flows (#20264)

This commit is contained in:
Peter 2023-07-31 15:55:33 -04:00 committed by GitHub
parent e2e1a5fe07
commit 2d412c21bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
Step,Test Steps,Test Data,Expected Result,Notes
1,Open the extension.,,The Welcome Back screen is shown.,
2,Proceed 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.",
3,Navigate to a block list site.,"See the block list section of config.json in
https://github.com/MetaMask/eth-phishing-detect.",The warning page is displayed.,
4,Proceed Back to safety.,,Redirected to the expanded extension overview page.,
5,Navigate to a block list site.,"See the block list section of config.json in
https://github.com/MetaMask/eth-phishing-detect.",The warning page is displayed.,
6,Proceed to the block list site.,,Redirected to the block list site.,Do not interact with the block list site.
7,Close the block list site.,,,
1 Step Test Steps Test Data Expected Result Notes
2 1 Open the extension. The Welcome Back screen is shown.
3 2 Proceed 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.
4 3 Navigate to a block list site. See the block list section of config.json in https://github.com/MetaMask/eth-phishing-detect. The warning page is displayed.
5 4 Proceed Back to safety. Redirected to the expanded extension overview page.
6 5 Navigate to a block list site. See the block list section of config.json in https://github.com/MetaMask/eth-phishing-detect. The warning page is displayed.
7 6 Proceed to the block list site. Redirected to the block list site. Do not interact with the block list site.
8 7 Close the block list site.