Chrome changed the devtools url

chrome-devtools:// to devtools://
https://chromium.googlesource.com/chromium/src/+/28b21a67f09a13c465b73776aecd9995d8a07737
This commit is contained in:
Nitish Sakhawalkar 2019-05-17 15:37:09 -07:00
commit cf5224140b
13 changed files with 14 additions and 16 deletions

View file

@ -401,7 +401,7 @@ describe('chromium feature', () => {
}).catch(done)
})
})
b = window.open('chrome-devtools://devtools/bundled/inspector.html', '', 'nodeIntegration=no,show=no')
b = window.open('devtools://devtools/bundled/inspector.html', '', 'nodeIntegration=no,show=no')
})
it('disables JavaScript when it is disabled on the parent window', (done) => {