File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ Feature: Staking Page - Extended View
79
79
When I click on a widget item with subtitle: "<subtitle>"
80
80
Then I see a "<type>" article with title "<subtitle>"
81
81
Examples :
82
- | type | subtitle |
83
- | FAQ | What are staking & delegation ? |
84
- | FAQ | How many stake pools can I delegate stake to , using the multi -staking or multi -delegation feature ? |
85
- | FAQ | Do Ledger hardware wallets support multi -staking ? |
86
- | FAQ | Does stake distribution remain the same ? |
82
+ | type | subtitle |
83
+ | FAQ | What are staking & delegation ? |
84
+ | FAQ | How many stake pools can I delegate stake to , using the multi -staking or multi -delegation feature ? |
85
+ | FAQ | Do Ledger hardware wallets support multi -staking ? |
86
+ | FAQ | Does stake distribution remain the same ? |
87
87
88
88
@LW-8469 @Testnet @Mainnet
89
89
Scenario : Extended View - Network info component is present with expected content
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ Feature: General Settings - Popup View
134
134
And I see current network: " Preprod" name in " About Lace" widget
135
135
And I close the drawer by clicking back button
136
136
When I switch network to: " Preview" in popup mode
137
+ And Wallet is synced
137
138
And I click on About component
138
139
Then I see current network: " Preview" name in " About Lace" widget
139
140
@@ -144,6 +145,7 @@ Feature: General Settings - Popup View
144
145
And I see current network: " Mainnet" name in " About Lace" widget
145
146
And I close the drawer by clicking back button
146
147
When I switch network to: " Preview" in popup mode
148
+ And Wallet is synced
147
149
And I click on About component
148
150
Then I see current network: " Preview" name in " About Lace" widget
149
151
@@ -199,9 +201,11 @@ Feature: General Settings - Popup View
199
201
Given I have 3 addresses in my address book in popup mode
200
202
And I see address count: 3
201
203
When I switch network to: " Preview" in popup mode
204
+ And Wallet is synced
202
205
And I open address book in popup mode
203
206
And I see address count: 0
204
207
When I switch network to: " Preprod" in popup mode
208
+ And Wallet is synced
205
209
And I open address book in popup mode
206
210
Then I see address count: 3
207
211
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ class SettingsExtendedPageObject {
152
152
( await Modal . container . isDisplayed ( ) ) &&
153
153
( await Modal . title . getText ( ) ) === ( await t ( 'addressesDiscovery.overlay.title' ) )
154
154
) {
155
- await Modal . title . waitForDisplayed ( { reverse : true , timeout : 15_000 } ) ;
155
+ await Modal . title . waitForDisplayed ( { reverse : true , timeout : 30_000 } ) ;
156
156
}
157
157
} ;
158
158
}
You can’t perform that action at this time.
0 commit comments