From 90b59ba955f9cc9ddccbd7271c0b042a3244afea Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 24 Jul 2024 10:44:51 -0700 Subject: [PATCH] tests: update --- .github/workflows/npm-tests.yml | 2 +- tests/main.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-tests.yml b/.github/workflows/npm-tests.yml index e83c9c6..f1815b5 100644 --- a/.github/workflows/npm-tests.yml +++ b/.github/workflows/npm-tests.yml @@ -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 diff --git a/tests/main.spec.js b/tests/main.spec.js index 33495a7..effed05 100644 --- a/tests/main.spec.js +++ b/tests/main.spec.js @@ -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() } )