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 469e720 commit 7f0fdb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Compilation & tests
on:
workflow_dispatch:
push:
branches:
- master
- develop
pull_request:

jobs:
Expand Down
5 changes: 5 additions & 0 deletions tests_zemu/tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ describe("transactions", () => {
const settingNav = new TouchNavigation([
ButtonKind.InfoButton,
ButtonKind.ToggleSettingButton1,
ButtonKind.ConfirmYesButton,
ButtonKind.ToggleSettingButton3,
]);
await sim.navigate(".", `${dev.prefix.toLowerCase()}-${c.filePath}`, settingNav.schedule, true, true);
Expand Down Expand Up @@ -256,6 +257,7 @@ describe("transactions", () => {
const settingNav = new TouchNavigation([
ButtonKind.InfoButton,
ButtonKind.ToggleSettingButton1,
ButtonKind.ConfirmYesButton,
ButtonKind.ToggleSettingButton3,
]);
await sim.navigate(".", `${dev.prefix.toLowerCase()}-tx-reject`, settingNav.schedule, true, false);
Expand Down Expand Up @@ -304,6 +306,7 @@ describe("transactions", () => {
const settingNav = new TouchNavigation([
ButtonKind.InfoButton,
ButtonKind.ToggleSettingButton1,
ButtonKind.ConfirmYesButton,
ButtonKind.ToggleSettingButton3,
]);
await sim.navigate(".", `${dev.prefix.toLowerCase()}-fee-bump-tx-reject`, settingNav.schedule, true, false);
Expand Down Expand Up @@ -415,6 +418,7 @@ describe("soroban auth", () => {
const settingNav = new TouchNavigation([
ButtonKind.InfoButton,
ButtonKind.ToggleSettingButton1,
ButtonKind.ConfirmYesButton,
]);
await sim.navigate(".", `${dev.prefix.toLowerCase()}-${c.filePath}`, settingNav.schedule, true, false);
} else {
Expand Down Expand Up @@ -466,6 +470,7 @@ describe("soroban auth", () => {
const settingNav = new TouchNavigation([
ButtonKind.InfoButton,
ButtonKind.ToggleSettingButton1,
ButtonKind.ConfirmYesButton,
]);
await sim.navigate(".", `${dev.prefix.toLowerCase()}-soroban-auth-reject`, settingNav.schedule, true, false);
} else {
Expand Down

0 comments on commit 7f0fdb1

Please sign in to comment.