Skip to content

Commit

Permalink
fix(test): put 1-latest back as tenv has correct version now
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-sanderson committed Oct 8, 2024
1 parent 5a461d9 commit f35bd8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/suite-web/e2e/tests/suite/passphrase-cancel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
// @retry=2

const testedVersions = [
// Todo: fix latest version to return proper revision hash (it reports possibly FAKE device now)
{ version: '2-latest', model: 'T2T1' },
{ version: '1.11.2', model: 'T1B1' },
{ version: '1-latest', model: 'T1B1' },
];

describe('Passphrase cancel', () => {
Expand Down

0 comments on commit f35bd8c

Please sign in to comment.