chore: re-enable protocol partition request spec (#15483)
This commit is contained in:
parent
e345209f91
commit
1d81d1a706
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ describe('session module', () => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
xit('handles requests from partition', (done) => {
|
it('handles requests from partition', (done) => {
|
||||||
w.webContents.on('did-finish-load', () => done())
|
w.webContents.on('did-finish-load', () => done())
|
||||||
w.loadURL(`${protocolName}://fake-host`)
|
w.loadURL(`${protocolName}://fake-host`)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue