aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/po/my-account.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-20 15:36:00 +0200
committerChocobozzz <me@florianbigard.com>2021-04-20 15:36:00 +0200
commit51b66ea7cb39f075f4deb8ea92ba70f3be289769 (patch)
tree62c60473bcec76c44ebbb3b52e762eeaafc8beb3 /client/e2e/src/po/my-account.ts
parent9929fbd6f4e209346cd31d05888417a94949da84 (diff)
downloadPeerTube-51b66ea7cb39f075f4deb8ea92ba70f3be289769.tar.gz
PeerTube-51b66ea7cb39f075f4deb8ea92ba70f3be289769.tar.zst
PeerTube-51b66ea7cb39f075f4deb8ea92ba70f3be289769.zip
Fix E2E tests
Diffstat (limited to 'client/e2e/src/po/my-account.ts')
-rw-r--r--client/e2e/src/po/my-account.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/po/my-account.ts b/client/e2e/src/po/my-account.ts
index 0255cee16..61d42214d 100644
--- a/client/e2e/src/po/my-account.ts
+++ b/client/e2e/src/po/my-account.ts
@@ -28,7 +28,7 @@ export class MyAccountPage {
28 } 28 }
29 29
30 validRemove () { 30 validRemove () {
31 return element(by.css('.action-button-submit')).click() 31 return element(by.css('input[type=submit]')).click()
32 } 32 }
33 33
34 countVideos (names: string[]) { 34 countVideos (names: string[]) {