From d3236b3b42b9a6e5ce14bc5bb3549d3575ca7863 Mon Sep 17 00:00:00 2001 From: Peter <53189696+PeterYinusa@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:32:30 -0400 Subject: [PATCH] [skip e2e] document ens flows (#20261) --- test/scenarios/5. ens/name resolution.csv | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/scenarios/5. ens/name resolution.csv diff --git a/test/scenarios/5. ens/name resolution.csv b/test/scenarios/5. ens/name resolution.csv new file mode 100644 index 000000000..2f9aa1825 --- /dev/null +++ b/test/scenarios/5. ens/name resolution.csv @@ -0,0 +1,20 @@ +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,Switch 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.", +4,Proceed to the Send flow.,,, +5,Enter an ENS address.,e.g. peteryinusa.eth.,"A matching result appears in the recipient list. +The ENS address is shown in the list item. +The hexadecimal address is shown in the list item.", +6,Select the matching recipient.,,"The send screen is shown. +The ENS address is shown in the recipient field. +The hexadecimal address is shown in the recipient field.", +7,Enter an amount.,e.g. 0.1.,, +8,Proceed to the confirmation screen.,,The recipient's ENS address is shown., +9,Confirm the transaction.,,"The transaction appears in the activity list. +The recipient's hexadecimal address is shown in the activity list item.", +10,Open the activity list item.,,The recipient's ENS address is shown in the item details., \ No newline at end of file