Fix signup e2e test

pull/5596/head
Wicklow 2023-02-10 10:30:07 +01:00 committed by Chocobozzz
parent 2fcd3cbf02
commit 6053e6f53c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export class AdminRegistrationPage {
await tr.$('.action-cell .dropdown-root').click()
const accept = await $('span*=Accept this registration')
const accept = await $('span*=Accept this request')
await accept.waitForClickable()
await accept.click()