Fix signup e2e test
This commit is contained in:
parent
2fcd3cbf02
commit
6053e6f53c
|
@ -16,7 +16,7 @@ export class AdminRegistrationPage {
|
||||||
|
|
||||||
await tr.$('.action-cell .dropdown-root').click()
|
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.waitForClickable()
|
||||||
await accept.click()
|
await accept.click()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue