Fix signup e2e test

This commit is contained in:
Wicklow
2023-02-10 11:01:21 +01:00
committed by Chocobozzz
parent 2fcd3cbf02
commit 6053e6f53c
+1 -1
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()