diff options
Diffstat (limited to 'client')
-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 | ||