Fix accountsPage ref in tests

This commit is contained in:
Benedikt Kulmann
2020-09-09 16:54:26 +02:00
parent 149a92b3ef
commit 4d0b7ea86b

View File

@@ -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)
})