diff --git a/packages/suite-desktop-core/e2e/support/testExtends/customMatchers.ts b/packages/suite-desktop-core/e2e/support/testExtends/customMatchers.ts index 42b15b7d8a5..468f86c1143 100644 --- a/packages/suite-desktop-core/e2e/support/testExtends/customMatchers.ts +++ b/packages/suite-desktop-core/e2e/support/testExtends/customMatchers.ts @@ -144,7 +144,7 @@ export const expect = baseExpect.extend({ expectedContent = { header: { title: 'Receive address' }, body: [transformedExpectedAddress], - footer: 'Swipe up', + footer: 'Tap to continue', }; } diff --git a/packages/suite-desktop-core/e2e/tests/wallet/add-account-types.test.ts b/packages/suite-desktop-core/e2e/tests/wallet/add-account-types.test.ts index f4faba94d7d..2bbee19425e 100644 --- a/packages/suite-desktop-core/e2e/tests/wallet/add-account-types.test.ts +++ b/packages/suite-desktop-core/e2e/tests/wallet/add-account-types.test.ts @@ -64,7 +64,6 @@ test.describe('Account types suite', { tag: ['@group=wallet'] }, () => { for (const { coin, accounts } of accountTypes) { for (const { type } of accounts) { await test.step(`Add and verify ${type} account for ${coin}`, async () => { - await page.getByTestId('@account-menu/normal').click(); const numberOfAccountsBefore = await page .getByTestId(`@account-menu/${type}/group`) .locator( diff --git a/submodules/trezor-common b/submodules/trezor-common index e8792ecc265..648fff95111 160000 --- a/submodules/trezor-common +++ b/submodules/trezor-common @@ -1 +1 @@ -Subproject commit e8792ecc2659d756798f38c85482238c8a9da942 +Subproject commit 648fff95111282683f25f9beed6308c8b3f712d4