Skip to content

Commit 10a7560

Browse files
authored
test(extension): e2e quick fixes (#1383)
1 parent bc1cdf9 commit 10a7560

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/e2e-tests/src/features/analytics/AnalyticsOnboardingEvents.feature

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ Feature: Analytics - Posthog - Onboarding - Extended View
1919
Scenario: Analytics - Restore wallet events / check that alias event is assigning same id in posthog
2020
Given I set up request interception for posthog analytics request(s)
2121
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
2422
Then I validate latest analytics single event "onboarding | restore wallet revamp | restore | click"
2523
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
2627
Then "Wallet setup" page is displayed
2728
And I validate latest analytics single event "onboarding | restore wallet revamp | enter your recovery phrase | next | click"
2829
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
3334
| $create_alias |
3435
And I validate that alias event has assigned same user id "5b3ca1f1f7a14aad1e79f46213e2777d" in posthog
3536

36-
@LW-7365
37+
@LW-7365 @Pending @issue=LW-11298
3738
Scenario: Analytics - Onboarding new wallet events
3839
Given "Get started" page is displayed
3940
When I enable showing Analytics consent banner

packages/e2e-tests/src/features/e2e/MultidelegationSwitchingPoolsExtendedE2E.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Feature: Staking Page - Switching pools - Extended Browser View - E2E
4545
Then I click "Fine by me" button on "Changing staking preferences?" modal
4646
And I click on "Next" button on staking preferences drawer
4747
And I click on "Next" button on staking confirmation drawer
48+
And (if applicable) I close "Switching pools?" modal
4849
And I enter correct wallet password and confirm staking
4950
Then Switching staking success drawer is displayed
5051
When I click "Close" button on staking success drawer

0 commit comments

Comments
 (0)