👕
This commit is contained in:
parent
77bf4c8ebb
commit
9b776369e6
1 changed files with 3 additions and 4 deletions
|
@ -326,7 +326,6 @@ describe('webContents module', function () {
|
||||||
|
|
||||||
describe('getOSProcessId()', function () {
|
describe('getOSProcessId()', function () {
|
||||||
it('returns a valid procress id', function () {
|
it('returns a valid procress id', function () {
|
||||||
|
|
||||||
// load URL otherwise getOSProcessId() returns 0
|
// load URL otherwise getOSProcessId() returns 0
|
||||||
w.loadURL('file://' + path.join(__dirname, 'fixtures', 'pages', 'focus-web-contents.html'))
|
w.loadURL('file://' + path.join(__dirname, 'fixtures', 'pages', 'focus-web-contents.html'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue