Fix E2E tests
This commit is contained in:
parent
d35f3a86c6
commit
18305950c3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue