Fix Zemu tests

This commit is contained in:
Alexandre Paillier
2023-02-28 17:50:27 +01:00
parent 7545bcdeb6
commit 400473c06e
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 B

After

Width:  |  Height:  |  Size: 758 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 305 B

View File

@@ -5,9 +5,9 @@ import { waitForAppScreen, zemu, nano_models } from './test.fixture';
nano_models.forEach(function(model) {
test('[Nano ' + model.letter + '] Deposit ETH on compound, blind sign', zemu(model, async (sim, eth) => {
let clicks;
// LNS does not have an EIP712 setting
// LNS does not have EIP712 & ENS settings
if (model.letter === 'S') clicks = 3;
else clicks = 4;
else clicks = 5;
// Enable blind-signing
await sim.navigateAndCompareSnapshots('.', model.name + '_enable_blind_signing', [-2, 0, 0, clicks, 0]);