File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/e2e-tests/src/features Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,11 @@ Feature: Analytics - Posthog - Onboarding - Extended View
19
19
Scenario : Analytics - Restore wallet events / check that alias event is assigning same id in posthog
20
20
Given I set up request interception for posthog analytics request(s)
21
21
When I click "Restore" button on wallet setup page
22
- And I click "Next" button during wallet setup
23
- And I go to "Mnemonic verification" page from "Restore" wallet flow and fill values
24
22
Then I validate latest analytics single event "onboarding | restore wallet revamp | restore | click"
25
23
When I click "Next" button during wallet setup
24
+ Then I validate latest analytics single event "onboarding | restore wallet revamp paper wallet | choose mode | next | click"
25
+ When I go to "Mnemonic verification" page from "Restore" wallet flow and fill values
26
+ And I click "Next" button during wallet setup
26
27
Then "Wallet setup" page is displayed
27
28
And I validate latest analytics single event "onboarding | restore wallet revamp | enter your recovery phrase | next | click"
28
29
When I enter wallet name: "ValidName" , password: "N_8J@bne87A" and password confirmation: "N_8J@bne87A"
@@ -33,7 +34,7 @@ Feature: Analytics - Posthog - Onboarding - Extended View
33
34
| $create_alias |
34
35
And I validate that alias event has assigned same user id "5b3ca1f1f7a14aad1e79f46213e2777d" in posthog
35
36
36
- @LW-7365
37
+ @LW-7365 @Pending @issue=LW-11298
37
38
Scenario : Analytics - Onboarding new wallet events
38
39
Given "Get started" page is displayed
39
40
When I enable showing Analytics consent banner
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Feature: Staking Page - Switching pools - Extended Browser View - E2E
45
45
Then I click "Fine by me" button on "Changing staking preferences?" modal
46
46
And I click on "Next" button on staking preferences drawer
47
47
And I click on "Next" button on staking confirmation drawer
48
+ And (if applicable) I close "Switching pools?" modal
48
49
And I enter correct wallet password and confirm staking
49
50
Then Switching staking success drawer is displayed
50
51
When I click "Close" button on staking success drawer
You can’t perform that action at this time.
0 commit comments