From c741222f43ec25cd4c8ecad111eb9f1faf3b268e Mon Sep 17 00:00:00 2001 From: Peter <53189696+PeterYinusa@users.noreply.github.com> Date: Fri, 28 Jul 2023 12:28:10 -0400 Subject: [PATCH] [skip e2e] document onboarding flows (#20262) --- test/scenarios/1. onboarding/create a wallet.csv | 16 ++++++++++++++++ test/scenarios/1. onboarding/import a wallet.csv | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 test/scenarios/1. onboarding/create a wallet.csv create mode 100644 test/scenarios/1. onboarding/import a wallet.csv diff --git a/test/scenarios/1. onboarding/create a wallet.csv b/test/scenarios/1. onboarding/create a wallet.csv new file mode 100644 index 000000000..e26408fba --- /dev/null +++ b/test/scenarios/1. onboarding/create a wallet.csv @@ -0,0 +1,16 @@ +Step,Test Steps,Test Data,Expected Result,Notes +1,Open the extension.,,The Welcome screen is shown., +2,Agree to the Terms of use.,,, +3,Proceed to Create a new wallet.,,, +4,Allow MetaMask to gather usage data.,,, +5,Create a password for your MetaMask wallet.,password (8 characters min).,, +6,Watch the secure your wallet video.,,"The video plays. +The video is audible. +Subtitles are shown in the video.", +7,Proceed with the recommended action to secure you wallet.,,, +8,Reveal your 12-word phrase.,,,Take a note of the 12-word phrase. +9,Confirm your 12-word phrase.,12-word phrase.,, +10,Proceed through the onboarding completion screens.,,, +11,Dismiss the Whats new dialog.,,"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 diff --git a/test/scenarios/1. onboarding/import a wallet.csv b/test/scenarios/1. onboarding/import a wallet.csv new file mode 100644 index 000000000..5ca4f9ef6 --- /dev/null +++ b/test/scenarios/1. onboarding/import a wallet.csv @@ -0,0 +1,11 @@ +Step,Test Steps,Test Data,Expected Result,Notes +1,Open the extension.,,The Welcome screen is shown., +2,Agree to the Terms of use.,,, +3,Proceed to Import an existing wallet.,,, +4,Allow MetaMask to gather usage data.,,, +5,Confirm your 12-word phrase.,12-word phrase.,, +6,Create a password for your MetaMask wallet.,password (8 characters min).,, +7,Proceed through the onboarding completion screens.,,, +8,Dismiss the Whats new dialog.,,"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