|
|
@ -18,12 +18,11 @@ export class AccountUsersPage extends BasePage { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
async goto() { |
|
|
|
async goto() { |
|
|
|
await this.waitForResponse({ |
|
|
|
return this.waitForResponse({ |
|
|
|
uiAction: async () => await this.rootPage.goto('/#/account/users/list'), |
|
|
|
uiAction: async () => await this.rootPage.goto('/#/account/users/list'), |
|
|
|
httpMethodsToMatch: ['GET'], |
|
|
|
httpMethodsToMatch: ['GET'], |
|
|
|
requestUrlPathToMatch: `api/v1/users`, |
|
|
|
requestUrlPathToMatch: `api/v1/users`, |
|
|
|
}); |
|
|
|
}); |
|
|
|
return this.waitUntilContentLoads(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
async waitUntilContentLoads() { |
|
|
|
async waitUntilContentLoads() { |
|
|
|