1
0
Fork 0

Fix E2E tests

This commit is contained in:
Chocobozzz 2021-08-26 09:15:59 +02:00
parent d35f3a86c6
commit 18305950c3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export class VideoWatchPage {
async goOnAssociatedEmbed () {
let url = await browser.getCurrentUrl()
url = url.replace('/w/', '/embed/')
url = url.replace('/w/', '/videos/embed/')
url = url.replace(':3333', ':9001')
return browser.get(url)