REVIEW: remove device emulation ipc dependecny on rvh
This commit is contained in:
parent
5684f8886f
commit
719980a948
4 changed files with 20 additions and 15 deletions
|
@ -92,9 +92,7 @@ describe('webContents module', () => {
|
|||
})
|
||||
})
|
||||
|
||||
// TODO(alexeykuzmin): Disabled during Ch63 upgrade.
|
||||
// Fix it and enable back.
|
||||
xdescribe('setDevToolsWebCotnents() API', () => {
|
||||
describe('setDevToolsWebCotnents() API', () => {
|
||||
it('sets arbitry webContents as devtools', (done) => {
|
||||
let devtools = new BrowserWindow({show: false})
|
||||
devtools.webContents.once('dom-ready', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue