chore: re-enable protocol partition request spec (#15483)

This commit is contained in:
Shelley Vohr
2018-10-31 05:12:32 -07:00
committed by Charles Kerr
parent e345209f91
commit 1d81d1a706

View File

@@ -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.loadURL(`${protocolName}://fake-host`)
})