Skip to content

Commit

Permalink
Allow HiDPI Screen running wayland to use cypress window/browser
Browse files Browse the repository at this point in the history
  • Loading branch information
azvyae committed Apr 19, 2024
1 parent c040fc4 commit 30d4759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/lib/exec/spawn.js
Expand Up @@ -155,7 +155,7 @@ module.exports = {

const { onStderrData } = overrides
const envOverrides = util.getEnvOverrides(options)
const electronArgs = []
const electronArgs = ['--ozone-platform=auto']
const node11WindowsFix = isPlatform('win32')

let startScriptPath
Expand Down

0 comments on commit 30d4759

Please sign in to comment.