diff options
author | Wicklow <wicklow@framasoft.org> | 2023-02-10 10:30:07 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-10 11:01:21 +0100 |
commit | 6053e6f53c0975d4af5998d611f1dabef8224e41 (patch) | |
tree | 92995c43ed9b67dac73b0b7fa6de7355455a0579 /client/e2e | |
parent | 2fcd3cbf02f62bce2e2127dacde433346e3c6f2d (diff) | |
download | PeerTube-6053e6f53c0975d4af5998d611f1dabef8224e41.tar.gz PeerTube-6053e6f53c0975d4af5998d611f1dabef8224e41.tar.zst PeerTube-6053e6f53c0975d4af5998d611f1dabef8224e41.zip |
Fix signup e2e test
Diffstat (limited to 'client/e2e')
-rw-r--r-- | client/e2e/src/po/admin-registration.po.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/po/admin-registration.po.ts b/client/e2e/src/po/admin-registration.po.ts index 85234654d..918587c5e 100644 --- a/client/e2e/src/po/admin-registration.po.ts +++ b/client/e2e/src/po/admin-registration.po.ts | |||
@@ -16,7 +16,7 @@ export class AdminRegistrationPage { | |||
16 | 16 | ||
17 | await tr.$('.action-cell .dropdown-root').click() | 17 | await tr.$('.action-cell .dropdown-root').click() |
18 | 18 | ||
19 | const accept = await $('span*=Accept this registration') | 19 | const accept = await $('span*=Accept this request') |
20 | await accept.waitForClickable() | 20 | await accept.waitForClickable() |
21 | await accept.click() | 21 | await accept.click() |
22 | 22 | ||