We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c84b1f commit 752f9e7Copy full SHA for 752f9e7
test/test-extension.js
@@ -17,7 +17,7 @@ async function boot() {
17
// devtools: true, // Enable DevTools for debugging
18
args: [
19
`--no-sandbox`, //Required for this to work in github CI environment
20
- `--start-maximized``, // this flag maximizes the browser window
+ `--start-maximized`, // this flag maximizes the browser window
21
`--display=${process.env.DISPLAY ?? ':0'}`, // fix for LXDE desktops
22
`--disable-extensions-except=${extensionPath}`,
23
`--load-extension=${extensionPath}`
0 commit comments