Skip to content

Commit

Permalink
test(extension): fix unstable tests (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklos-iohk authored Nov 27, 2024
1 parent 62c4fa2 commit 111dbd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/e2e-tests/src/data/EducationalArticles.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// noinspection JSNonASCIINames
export const faqArticles: Record<string, Record<string, string>> = {
'How many stake pools can I delegate stake to, using the multi-staking or multi-delegation feature?': {
question: 'how-many-stake-pools-can-i-delegate-stake-to-using-the-multi-staking-or-multi-delegation-feature',
Expand Down Expand Up @@ -43,7 +44,7 @@ export const faqArticles: Record<string, Record<string, string>> = {
question: 'what-type-of-governance-actions-are-supported-by-lace',
title: 'What type of governance actions are supported by Lace?'
},
'Best practices for using the "copy to clipboard" and "paste from clipboard" recovery phrase features': {
'Best practices for using the copy to clipboard and paste from clipboard recovery phrase features': {
question: 'best-practices-for-using-the-copy-to-clipboard-paste-from-clipboard-recovery-phrase-features',
title: 'Best practices for using the “copy to clipboard” and “paste from clipboard” recovery phrase features'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ Feature: Add new wallet - Restore wallet
When I enter wallet name: "ValidName", password: "N_8J@bne87A" and password confirmation: "N_8J@bne87A"
Then "Enter wallet" button is enabled
When I click "Enter wallet" button
Then I see LW homepage
And I wait for main loader to disappear
Then I see LW homepage
And "ValidName" is displayed as a wallet name on the menu button
When I click the menu button
Then Wallet number 2 with "ValidName" name is displayed on the user menu
Expand Down

0 comments on commit 111dbd8

Please sign in to comment.