Skip to content

Commit

Permalink
fix(suite-web): update backup test to work with current fw
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan authored and mroz22 committed Aug 25, 2024
1 parent fdcf211 commit 6173b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/suite-web/e2e/tests/backup/t2t1-success.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let requests: Requests;

describe('Backup success', () => {
beforeEach(() => {
cy.task('startEmu', { wipe: true });
cy.task('startEmu', { wipe: true, model: 'T2T1', version: '2.8.1' });
cy.task('setupEmu', {
needs_backup: true,
mnemonic: 'all all all all all all all all all all all all',
Expand Down Expand Up @@ -37,6 +37,7 @@ describe('Backup success', () => {
cy.getTestElement('@backup/start-button').click();
cy.getConfirmActionOnDeviceModal();

cy.task('pressYes');
cy.task('pressYes');
cy.task('swipeEmu', 'up');
cy.task('swipeEmu', 'up');
Expand Down

0 comments on commit 6173b7a

Please sign in to comment.