diff options
Diffstat (limited to 'client/e2e')
-rw-r--r-- | client/e2e/local-protractor.conf.js | 2 | ||||
-rw-r--r-- | client/e2e/src/po/video-update.po.ts | 2 | ||||
-rw-r--r-- | client/e2e/src/po/video-upload.po.ts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/client/e2e/local-protractor.conf.js b/client/e2e/local-protractor.conf.js index a4990fcef..16f039025 100644 --- a/client/e2e/local-protractor.conf.js +++ b/client/e2e/local-protractor.conf.js | |||
@@ -12,7 +12,7 @@ exports.config = { | |||
12 | capabilities: { | 12 | capabilities: { |
13 | 'browserName': 'firefox', | 13 | 'browserName': 'firefox', |
14 | 'moz:firefoxOptions': { | 14 | 'moz:firefoxOptions': { |
15 | binary: '/usr/bin/firefox-esr', | 15 | binary: '/usr/bin/firefox-developer-edition', |
16 | // args: ["-headless"], | 16 | // args: ["-headless"], |
17 | log: { | 17 | log: { |
18 | "level": "info" // default is "info" | 18 | "level": "info" // default is "info" |
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 | } |
diff --git a/client/e2e/src/po/video-upload.po.ts b/client/e2e/src/po/video-upload.po.ts index f79927abc..9eb1e31c1 100644 --- a/client/e2e/src/po/video-upload.po.ts +++ b/client/e2e/src/po/video-upload.po.ts | |||
@@ -40,6 +40,6 @@ export class VideoUploadPage { | |||
40 | } | 40 | } |
41 | 41 | ||
42 | private getSecondStepSubmitButton () { | 42 | private getSecondStepSubmitButton () { |
43 | return element(by.css('.submit-button:not(.disabled) input')) | 43 | return element(by.css('.submit-button:not(.disabled)')) |
44 | } | 44 | } |
45 | } | 45 | } |