diff options
Diffstat (limited to 'client/e2e/src/po/video-upload.po.ts')
-rw-r--r-- | client/e2e/src/po/video-upload.po.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/po/video-upload.po.ts b/client/e2e/src/po/video-upload.po.ts index ad2acee7f..a248912ed 100644 --- a/client/e2e/src/po/video-upload.po.ts +++ b/client/e2e/src/po/video-upload.po.ts | |||
@@ -41,7 +41,7 @@ export class VideoUploadPage { | |||
41 | 41 | ||
42 | await this.getSecondStepSubmitButton().click() | 42 | await this.getSecondStepSubmitButton().click() |
43 | 43 | ||
44 | return browser.wait(browser.ExpectedConditions.urlContains('/watch/')) | 44 | return browser.wait(browser.ExpectedConditions.urlContains('/w/')) |
45 | } | 45 | } |
46 | 46 | ||
47 | private getSecondStepSubmitButton () { | 47 | private getSecondStepSubmitButton () { |