Skip to content

Commit bb582f4

Browse files
authored
test(extension): update tests for LW-10255 (#1060)
1 parent fd66963 commit bb582f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/e2e-tests/src/assert/onboarding/onboardingMainPageAssert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class OnboardingMainPageAssert extends OnboardingCommonAssert {
1313
async assertSeeAgreementText() {
1414
await OnboardingMainPage.agreementText.waitForDisplayed();
1515
expect(await OnboardingMainPage.agreementText.getText()).to.equal(
16-
'By proceeding you agree to Lace’s Terms of Service and Privacy Policy'
16+
'By clicking the Create, Connect or Restore button above, you agree with Lace’s Terms of Service and Privacy Policy'
1717
);
1818
}
1919

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Feature: Onboarding - Create wallet
3737
When I enter wallet name: "wallet", password: "<password>" and password confirmation: "<password_conf>"
3838
Then Password recommendation: "<passw_err>", complexity bar level: "<complex_bar_lvl>" and password confirmation error: "<passw_conf_err>" are displayed
3939
Examples:
40-
| password | password_conf | passw_err | complex_bar_lvl | passw_conf_err |
40+
| password | password_conf | passw_err | complex_bar_lvl | passw_conf_err |
4141
| a | | core.walletNameAndPasswordSetupStep.firstLevelPasswordStrengthFeedback | 1 | empty |
4242
| P@ss | | core.walletNameAndPasswordSetupStep.firstLevelPasswordStrengthFeedback | 1 | empty |
4343
| N_8J@bne | | core.walletNameAndPasswordSetupStep.secondLevelPasswordStrengthFeedback | 2 | empty |
44-
| N_8J@bne87 | | empty | 3 | empty |
45-
| N_8J@bne87A | N_8J@bne87 | empty | 4 | core.walletSetupRegisterStep.noMatchPassword |
44+
| N_8J@bne87 | | empty | 3 | empty |
45+
| N_8J@bne87A | N_8J@bne87 | empty | 4 | core.walletSetupRegisterStep.noMatchPassword |
4646

4747
@LW-3013
4848
Scenario: Create Wallet - Mnemonic writedown page - appears correctly after wallet setup page

0 commit comments

Comments
 (0)