diff --git a/packages/e2e-tests/src/data/EducationalArticles.ts b/packages/e2e-tests/src/data/EducationalArticles.ts index ff0bf7413..ef06391c8 100644 --- a/packages/e2e-tests/src/data/EducationalArticles.ts +++ b/packages/e2e-tests/src/data/EducationalArticles.ts @@ -1,3 +1,4 @@ +// noinspection JSNonASCIINames export const faqArticles: Record> = { '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', @@ -43,7 +44,7 @@ export const faqArticles: Record> = { 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' } diff --git a/packages/e2e-tests/src/features/AddNewWalletRestore.feature b/packages/e2e-tests/src/features/AddNewWalletRestore.feature index 13112842f..cda2af64e 100644 --- a/packages/e2e-tests/src/features/AddNewWalletRestore.feature +++ b/packages/e2e-tests/src/features/AddNewWalletRestore.feature @@ -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