Skip to content

Commit

Permalink
log to the console
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-RR1 committed Sep 1, 2023
1 parent bcdbc8e commit 3acf0af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests_zemu/tests/sr25519.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ describe('SR25519', function () {
const signatureRequest = app.sign(pathAccount, pathChange, pathIndex, txBlob, 1)
// Wait until we are not in the main menu
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot())


console.log("We are in the main menu")
await sim.compareSnapshotsAndApprove('.', 's-sign_basic_normal')

const signatureResponse = await signatureRequest
Expand Down Expand Up @@ -177,6 +178,7 @@ describe('SR25519', function () {

// Wait until we are not in the main menu
await sim.waitUntilScreenIsNot(sim.getMainMenuSnapshot())
console.log("We are in the main menu")

await sim.compareSnapshotsAndApprove('.', 's-sign_basic_expert')

Expand Down

0 comments on commit 3acf0af

Please sign in to comment.