spec: Load url after event listener is set up
This commit is contained in:
parent
4871ea715c
commit
94f64c755d
1 changed files with 1 additions and 1 deletions
|
@ -450,10 +450,10 @@ describe 'asar package', ->
|
||||||
w = new BrowserWindow(show: false, width: 400, height: 400)
|
w = new BrowserWindow(show: false, width: 400, height: 400)
|
||||||
p = path.resolve fixtures, 'asar', 'web.asar', 'index.html'
|
p = path.resolve fixtures, 'asar', 'web.asar', 'index.html'
|
||||||
u = url.format protocol: 'file', slashed: true, pathname: p
|
u = url.format protocol: 'file', slashed: true, pathname: p
|
||||||
w.loadUrl u
|
|
||||||
ipc.once 'dirname', (event, dirname) ->
|
ipc.once 'dirname', (event, dirname) ->
|
||||||
assert.equal dirname, path.dirname(p)
|
assert.equal dirname, path.dirname(p)
|
||||||
done()
|
done()
|
||||||
|
w.loadUrl u
|
||||||
|
|
||||||
it 'loads script tag in html', (done) ->
|
it 'loads script tag in html', (done) ->
|
||||||
after ->
|
after ->
|
||||||
|
|
Loading…
Reference in a new issue