standard
This commit is contained in:
@@ -6,7 +6,7 @@ test('video-streaming', function (t) {
|
||||
|
||||
t.timeoutAfter(30e3)
|
||||
const app = setup.createApp()
|
||||
setup.waitForLoad(app, t, {online: true})
|
||||
setup.waitForLoad(app, t, { online: true })
|
||||
.then(() => app.client.waitUntilTextExists('.torrent-list', 'Big Buck Bunny'))
|
||||
// Play Big Buck Bunny. Wait for it to start streaming.
|
||||
.then(() => app.client.moveToObject('.torrent'))
|
||||
|
||||
Reference in New Issue
Block a user