From 232f974b85ca815f9e22e073e345b1368335be29 Mon Sep 17 00:00:00 2001 From: Peter <53189696+PeterYinusa@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:28:01 -0400 Subject: [PATCH] [skip e2e] document keyring flows (#20263) --- test/scenarios/2. keyring/reset a wallet.csv | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/scenarios/2. keyring/reset a wallet.csv diff --git a/test/scenarios/2. keyring/reset a wallet.csv b/test/scenarios/2. keyring/reset a wallet.csv new file mode 100644 index 000000000..17cdf7fd4 --- /dev/null +++ b/test/scenarios/2. keyring/reset a wallet.csv @@ -0,0 +1,8 @@ +Step,Test Steps,Test Data,Expected Result,Notes +1,Open the extension.,,The Welcome Back screen is shown., +2,Proceed to the Forgot password flow.,,The extension opens in the expanded view., +3,Confirm your 12-word phrase.,12-word phrase.,, +4,Create a password for your MetaMask wallet.,password (8 characters min).,, +5,Proceed to Restore your wallet.,,"The Ether balance is shown on the overview. +The wallet address is shown on the overview. +The selected network is Ethereum Mainnet.", \ No newline at end of file