Skip to content

Commit 0282ee7

Browse files
committed
fix test?
1 parent 4fc5e6f commit 0282ee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test-extension.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ async function boot() {
1717
// devtools: true, // Enable DevTools for debugging
1818
args: [
1919
`--no-sandbox`, //Required for this to work in github CI environment
20+
`--start-maximized``, // this flag maximizes the browser window
21+
`--display=${process.env.DISPLAY ?? ':0'}`, // fix for LXDE desktops
2022
`--disable-extensions-except=${extensionPath}`,
2123
`--load-extension=${extensionPath}`
2224
]

0 commit comments

Comments
 (0)