mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix E2E tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user