Skip to content

Commit 111dbd8

Browse files
authored
test(extension): fix unstable tests (#1568)
1 parent 62c4fa2 commit 111dbd8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/e2e-tests/src/data/EducationalArticles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// noinspection JSNonASCIINames
12
export const faqArticles: Record<string, Record<string, string>> = {
23
'How many stake pools can I delegate stake to, using the multi-staking or multi-delegation feature?': {
34
question: 'how-many-stake-pools-can-i-delegate-stake-to-using-the-multi-staking-or-multi-delegation-feature',
@@ -43,7 +44,7 @@ export const faqArticles: Record<string, Record<string, string>> = {
4344
question: 'what-type-of-governance-actions-are-supported-by-lace',
4445
title: 'What type of governance actions are supported by Lace?'
4546
},
46-
'Best practices for using the "copy to clipboard" and "paste from clipboard" recovery phrase features': {
47+
'Best practices for using the copy to clipboard and paste from clipboard recovery phrase features': {
4748
question: 'best-practices-for-using-the-copy-to-clipboard-paste-from-clipboard-recovery-phrase-features',
4849
title: 'Best practices for using the “copy to clipboard” and “paste from clipboard” recovery phrase features'
4950
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Feature: Add new wallet - Restore wallet
123123
When I enter wallet name: "ValidName", password: "N_8J@bne87A" and password confirmation: "N_8J@bne87A"
124124
Then "Enter wallet" button is enabled
125125
When I click "Enter wallet" button
126-
Then I see LW homepage
127126
And I wait for main loader to disappear
127+
Then I see LW homepage
128128
And "ValidName" is displayed as a wallet name on the menu button
129129
When I click the menu button
130130
Then Wallet number 2 with "ValidName" name is displayed on the user menu

0 commit comments

Comments
 (0)