Skip to content

Commit

Permalink
Fix stax/flex testing
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Dec 2, 2024
1 parent 3c5cdfb commit 8bdac5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests_zemu/tests/eth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ describe.each(models)('Ethereum Personal Message [%s] - misc', function (m) {
} else if (m.name === 'nanox' || m.name === 'nanosp') {
await sim.navigateAndCompareSnapshots('.', testcase, [9, -4, 3, 0, 0])
} else {
// skip menu is not available for larger devices
// like stax and flex
await sim.waitUntilScreenIsNot(currentScreen, 20000)
await sim.compareSnapshotsAndApprove('.', testcase)
}

Expand Down

0 comments on commit 8bdac5e

Please sign in to comment.