Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jul 19, 2024
1 parent 1fd1e14 commit d79f1b1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests_zemu/tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,9 @@ describe("hash signing", () => {
// enable hash signing
if (dev.name == "stax") {
textToFind = "Hold to";
const settingNav = new TouchNavigation([
ButtonKind.InfoButton,
ButtonKind.ToggleSettingButton2,
ButtonKind.ConfirmYesButton,
]);
await sim.navigate(".", `${dev.prefix.toLowerCase()}-hash-signing-reject`, settingNav.schedule, true, false);
await sim.navigate(".", `${dev.prefix.toLowerCase()}-hash-signing-reject`, new TouchNavigation([ButtonKind.InfoButton]).schedule, true, false);
await sim.navigate(".", `${dev.prefix.toLowerCase()}-hash-signing-reject`, [navToggleOption2], true, false);
await sim.navigate(".", `${dev.prefix.toLowerCase()}-hash-signing-reject`, new TouchNavigation([ButtonKind.ConfirmYesButton]).schedule, true, false);
} else {
await sim.clickRight();
await sim.clickBoth(undefined, false);
Expand Down

0 comments on commit d79f1b1

Please sign in to comment.