Skip to content

Commit

Permalink
Merge branch 'main' into feat/lw-10259-improve-copy-paste-mnemonics
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonmaslowski committed Apr 28, 2024
2 parents a5c5402 + 6dd077d commit dac2d07
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import OnboardingCommonAssert from './onboardingCommonAssert';
class ConnectYourDevicePageAssert extends OnboardingCommonAssert {
async assertSeeConnectYourDevicePage() {
await this.assertSeeStepTitle(await t('core.walletSetupConnectHardwareWalletStepRevamp.title'));
// TODO: replace subtitle assertions when USE_TREZOR_HW=true
// await this.assertSeeStepSubtitle(await t('core.walletSetupConnectHardwareWalletStepRevamp.subTitle'));
await this.assertSeeStepSubtitle(await t('core.walletSetupConnectHardwareWalletStepRevamp.subTitleLedgerOnly'));
await this.assertSeeStepSubtitle(await t('core.walletSetupConnectHardwareWalletStepRevamp.subTitle'));

await ConnectYourDevicePage.loader.waitForDisplayed();

Expand Down

0 comments on commit dac2d07

Please sign in to comment.