Fix local E2E timeout

pull/6026/head
Chocobozzz 2023-10-30 10:32:37 +01:00
parent 078c97b357
commit 19dbbdafcc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export class PlayerPage {
await browser.waitUntil(async () => {
return (await this.getWatchVideoPlayerCurrentTime()) >= waitUntilSec
})
}, { timeout: waitUntilSec * 2 * 1000 })
// Pause video
await $('div.video-js').click()