Skip to content

Commit 485af7d

Browse files
authored
test(extension): test maintenance - 9 Nov 2023 (#721)
1 parent 538a5b5 commit 485af7d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Feature: Staking Page - Extended View
7979
When I click on a widget item with subtitle: "<subtitle>"
8080
Then I see a "<type>" article with title "<subtitle>"
8181
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? |
8787

8888
@LW-8469 @Testnet @Mainnet
8989
Scenario: Extended View - Network info component is present with expected content

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Feature: General Settings - Popup View
134134
And I see current network: "Preprod" name in "About Lace" widget
135135
And I close the drawer by clicking back button
136136
When I switch network to: "Preview" in popup mode
137+
And Wallet is synced
137138
And I click on About component
138139
Then I see current network: "Preview" name in "About Lace" widget
139140
@@ -144,6 +145,7 @@ Feature: General Settings - Popup View
144145
And I see current network: "Mainnet" name in "About Lace" widget
145146
And I close the drawer by clicking back button
146147
When I switch network to: "Preview" in popup mode
148+
And Wallet is synced
147149
And I click on About component
148150
Then I see current network: "Preview" name in "About Lace" widget
149151
@@ -199,9 +201,11 @@ Feature: General Settings - Popup View
199201
Given I have 3 addresses in my address book in popup mode
200202
And I see address count: 3
201203
When I switch network to: "Preview" in popup mode
204+
And Wallet is synced
202205
And I open address book in popup mode
203206
And I see address count: 0
204207
When I switch network to: "Preprod" in popup mode
208+
And Wallet is synced
205209
And I open address book in popup mode
206210
Then I see address count: 3
207211

packages/e2e-tests/src/pageobject/settingsExtendedPageObject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class SettingsExtendedPageObject {
152152
(await Modal.container.isDisplayed()) &&
153153
(await Modal.title.getText()) === (await t('addressesDiscovery.overlay.title'))
154154
) {
155-
await Modal.title.waitForDisplayed({ reverse: true, timeout: 15_000 });
155+
await Modal.title.waitForDisplayed({ reverse: true, timeout: 30_000 });
156156
}
157157
};
158158
}

0 commit comments

Comments
 (0)