From 2d412c21bbcf79257aefc98f2e86915bc6dc0459 Mon Sep 17 00:00:00 2001 From: Peter <53189696+PeterYinusa@users.noreply.github.com> Date: Mon, 31 Jul 2023 15:55:33 -0400 Subject: [PATCH] [skip e2e] document phishing flows (#20264) --- test/scenarios/6. phishing/warning page.csv | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/scenarios/6. phishing/warning page.csv diff --git a/test/scenarios/6. phishing/warning page.csv b/test/scenarios/6. phishing/warning page.csv new file mode 100644 index 000000000..9491ef518 --- /dev/null +++ b/test/scenarios/6. phishing/warning page.csv @@ -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.,,, \ No newline at end of file