Skip to content

Commit 752f9e7

Browse files
committed
fix test?
1 parent 3c84b1f commit 752f9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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
20+
`--start-maximized`, // this flag maximizes the browser window
2121
`--display=${process.env.DISPLAY ?? ':0'}`, // fix for LXDE desktops
2222
`--disable-extensions-except=${extensionPath}`,
2323
`--load-extension=${extensionPath}`

0 commit comments

Comments
 (0)