Skip to content

Commit aafe700

Browse files
committed
fix electron start in tests
1 parent 896e857 commit aafe700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/electron/helpers/global-setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports.startApplication = async (configFilename, systemDate = null, electronPar
1515

1616
// check environment for DISPLAY or WAYLAND_DISPLAY
1717
if (process.env.WAYLAND_DISPLAY) {
18-
electronParams.unshift("js/electron.js", "--enable-features=UseOzonePlatform", "--ozone-platform=wayland");
18+
electronParams.unshift("js/electron.js", "--ozone-platform=wayland");
1919
} else {
2020
electronParams.unshift("js/electron.js");
2121
}

0 commit comments

Comments
 (0)