test: move some fixtures from spec/ to spec-main/ (#21403)
This commit is contained in:
parent
8a92b65fd3
commit
768a6ace1b
44 changed files with 27 additions and 32 deletions
|
@ -309,7 +309,7 @@ describe('chromium features', () => {
|
|||
const w = new BrowserWindow({ show: false })
|
||||
w.webContents.once('did-finish-load', () => { done() })
|
||||
w.webContents.once('crashed', () => done(new Error('WebContents crashed.')))
|
||||
w.loadFile(path.join(fixturesPath, 'pages', 'jquery.html'))
|
||||
w.loadFile(path.join(__dirname, 'fixtures', 'pages', 'jquery.html'))
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue