Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Nov 28, 2024
1 parent 7b42147 commit d6d11e9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests_zemu/tests/transactions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,7 @@ describe.each(models)('Transactions', function (m) {
const pubKey = secp256k1.publicKeyConvert(pubKeyRaw, true)

// Enable blind signing mode (this need to be fixed on zemu, as the current fn is not working anymore)
if (isTouchDevice(m.name)) {
const nav = new TouchNavigation(m.name, [ButtonKind.InfoButton, ButtonKind.ToggleSettingButton3, ButtonKind.SettingsQuitButton])
await sim.navigate('.', `${m.prefix.toLowerCase()}-sign_hashy`, nav.schedule, true, false, 0)
} else {
await sim.toggleBlindSigning()
}
await sim.toggleBlindSigning()

const text = 'FlareApp'
const msg = Buffer.from(sha256(text), 'hex')
Expand Down

0 comments on commit d6d11e9

Please sign in to comment.