aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/po/video-update.po.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/e2e/src/po/video-update.po.ts')
-rw-r--r--client/e2e/src/po/video-update.po.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/po/video-update.po.ts b/client/e2e/src/po/video-update.po.ts
index 4de3b1b1d..752741378 100644
--- a/client/e2e/src/po/video-update.po.ts
+++ b/client/e2e/src/po/video-update.po.ts
@@ -15,6 +15,6 @@ export class VideoUpdatePage {
15 } 15 }
16 16
17 private getSubmitButton () { 17 private getSubmitButton () {
18 return element(by.css('.submit-button:not(.disabled) input')) 18 return element(by.css('.submit-container .action-button'))
19 } 19 }
20} 20}