File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ Feature: Analytics - Top Navigation - Extended view
10
10
And I set up request interception for posthog analytics request(s)
11
11
When I click the menu button
12
12
Then I validate latest analytics single event "user/wallet profile | profile icon | click"
13
- # re-enable and update when LW-10057 && LW-9871 are fixed
14
- # When I click on the user details button
15
- # Then I validate latest analytics single event "user/wallet profile | wallet address | click"
16
13
When I click on the Address Book option
17
14
Then I validate latest analytics single event "user/wallet profile | address book | click"
18
15
When I click the menu button
@@ -26,8 +23,11 @@ Feature: Analytics - Top Navigation - Extended view
26
23
When I set theme switcher to light mode
27
24
Then I validate latest analytics single event "user/wallet profile | light mode | click"
28
25
When I click on the network option
26
+ And I click on then network sub-menu back button
29
27
Then I validate latest analytics single event "user/wallet profile | network | click"
30
- And I validate that 8 analytics event(s) have been sent
28
+ When I click on "Add new wallet" option
29
+ Then I validate latest analytics single event "user/wallet profile | add new wallet | click"
30
+ And I validate that 9 analytics event(s) have been sent
31
31
32
32
# TODO: enable when "lock wallet" feature is fixed
33
33
@LW-8753 @Pending
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ Feature: Analytics - Top Navigation - Popup view
10
10
And I set up request interception for posthog analytics request(s)
11
11
When I click the menu button
12
12
Then I validate latest analytics single event "user/wallet profile | profile icon | click"
13
- # re-enable and update when LW-10057 && LW-9871 are fixed
14
- # When I click on the user details button
15
- # Then I validate latest analytics single event "user/wallet profile | wallet address | click"
16
13
When I click on the Address Book option
17
14
Then I validate latest analytics single event "user/wallet profile | address book | click"
18
15
When I click the menu button
@@ -26,8 +23,11 @@ Feature: Analytics - Top Navigation - Popup view
26
23
When I set theme switcher to light mode
27
24
Then I validate latest analytics single event "user/wallet profile | light mode | click"
28
25
When I click on the network option
26
+ And I click on then network sub-menu back button
29
27
Then I validate latest analytics single event "user/wallet profile | network | click"
30
- And I validate that 8 analytics event(s) have been sent
28
+ When I click on "Add new wallet" option
29
+ Then I validate latest analytics single event "user/wallet profile | add new wallet | click"
30
+ And I validate that 9 analytics event(s) have been sent
31
31
32
32
# TODO: enable when "lock wallet" feature is fixed
33
33
@LW-8755 @Pending
Original file line number Diff line number Diff line change @@ -631,6 +631,7 @@ Then(
631
631
632
632
When ( / ^ I r e s e t d e f a u l t b e h a v i o u r f o r m o d a l a b o u t i s s u e s w i t h m u l t i - d e l e g a t i o n a n d D A p p s $ / , async ( ) => {
633
633
await localStorageInitializer . removeConfigurationForShowingMultidelegationDAppsIssueModal ( ) ;
634
+ await browser . refresh ( ) ;
634
635
} ) ;
635
636
636
637
Then ( / ^ I s e e c u r r e n t l y s t a k i n g c o m p o n e n t f o r s t a k e p o o l : $ / , async ( stakePools : DataTable ) => {
You can’t perform that action at this time.
0 commit comments