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
|
@ -82,7 +82,7 @@ describe('protocol module', () => {
|
|||
// Note that we need to do navigation every time after a protocol is
|
||||
// registered or unregistered, otherwise the new protocol won't be
|
||||
// recognized by current page when NetworkService is used.
|
||||
await contents.loadFile(path.join(fixturesPath, 'pages', 'jquery.html'))
|
||||
await contents.loadFile(path.join(__dirname, 'fixtures', 'pages', 'jquery.html'))
|
||||
return contents.executeJavaScript(`ajax("${url}", ${JSON.stringify(options)})`)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue