mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix flaky security-warnings test (#12749)
This commit is contained in:
@@ -54,9 +54,8 @@ describe('security warnings', () => {
|
||||
})
|
||||
|
||||
afterEach(() => {
|
||||
closeWindow(w).then(() => { w = null })
|
||||
|
||||
useCsp = true
|
||||
return closeWindow(w).then(() => { w = null })
|
||||
})
|
||||
|
||||
it('should warn about Node.js integration with remote content', (done) => {
|
||||
|
||||
Reference in New Issue
Block a user