Skip to content

Commit

Permalink
tests: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Jul 24, 2024
1 parent 43f7e79 commit 90b59ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
🧪 Run Test
id: task_test_run
run: |
xvfb-run --auto-servernum DEBUG=pw:browser npx playwright test
xvfb-run --auto-servernum npx playwright test
# ---------------------------------------------------------------------------------------
# Job > Upload Report
Expand Down
2 changes: 1 addition & 1 deletion tests/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ test( 'full load', async () =>

const window = await app.firstWindow()
window.on( 'console', console.log )

await eph.clickMenuItemById( app, 'quit' )
await app.close()
} )

0 comments on commit 90b59ba

Please sign in to comment.