This commit is contained in:
Alexandre Lachèze 2017-05-15 21:00:13 +02:00
parent 77bf4c8ebb
commit 9b776369e6

View file

@ -326,7 +326,6 @@ describe('webContents module', function () {
describe('getOSProcessId()', function () {
it('returns a valid procress id', function () {
// load URL otherwise getOSProcessId() returns 0
w.loadURL('file://' + path.join(__dirname, 'fixtures', 'pages', 'focus-web-contents.html'))