Integration test: video playback
This commit is contained in:
@@ -44,6 +44,8 @@ function waitForLoad (app, t, opts) {
|
||||
return app.client.windowByIndex(1)
|
||||
}).then(function () {
|
||||
return app.client.waitUntilWindowLoaded()
|
||||
}).then(function () {
|
||||
if (!opts.online) app.electron.ipcRenderer.send('testOffline', true)
|
||||
}).then(function () {
|
||||
return app.webContents.getTitle()
|
||||
}).then(function (title) {
|
||||
|
||||
Reference in New Issue
Block a user