mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-09 21:59:42 -06:00
Fix accountsPage ref in tests
This commit is contained in:
@@ -51,5 +51,5 @@ When(
|
||||
)
|
||||
|
||||
When('the user deletes user/users {string} using the WebUI', function (usernames) {
|
||||
return client.page.accounts().deleteUsers(usernames)
|
||||
return client.page.accountsPage().deleteUsers(usernames)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user