mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix signup e2e test
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user