Do not open devtools in tests

This commit is contained in:
Cheng Zhao 2017-11-20 11:05:38 +09:00
parent 3cc8330998
commit 79414d4822

View file

@ -963,8 +963,6 @@ describe('chromium feature', () => {
plugins: plugins
}
})
w.webContents.openDevTools()
}
function testPDFIsLoadedInSubFrame (page, preloadFile, done) {