electron tests: fixes for running under new github image ubuntu-24.04 (#3680)

and replace xserver with labwc, fixes #3676
This commit is contained in:
Karsten Hassel
2025-01-05 11:07:34 +01:00
committed by GitHub
parent 0f6efac8e6
commit 8fdd865cb1
4 changed files with 16 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ describe("Electron app environment", () => {
describe("Development console tests", () => {
beforeEach(async () => {
await helpers.startApplication("tests/configs/modules/display.js", null, ["js/electron.js", "dev"]);
await helpers.startApplication("tests/configs/modules/display.js", null, ["dev"]);
});
afterEach(async () => {