mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-09 10:09:52 -05:00
fix: remove offscreen mode from headless Electron windows (#8351)
This commit is contained in:
@@ -145,7 +145,6 @@ export function create (projectRoot, _options: WindowOptions = {}, newBrowserWin
|
||||
|
||||
if (options.show === false) {
|
||||
options.frame = false
|
||||
options.webPreferences.offscreen = true
|
||||
}
|
||||
|
||||
options.webPreferences.webSecurity = !!options.chromeWebSecurity
|
||||
|
||||
Reference in New Issue
Block a user