Skip to content

make the failing tests on e2e actually pass #2486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update e2e/workspaces/demo_app/fail_launchApp.yaml
Co-authored-by: Dan Caseley <[email protected]>
  • Loading branch information
herval and Fishbowler committed May 16, 2025
commit 7ac2a8c350c6042b69bbaaae38900e3c731e55b6
2 changes: 1 addition & 1 deletion e2e/workspaces/demo_app/fail_launchApp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ tags:
commands:
- launchApp
- evalScript: ${output.didFail = 0}
- evalScript: ${output.didFail = 1}
- assertTrue: ${output.didFail == 1}