Fix Zemu tests
This commit is contained in:
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 |
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user