Browse Source

fix(playwright): add async to goto

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
6036e892ff
  1. 2
      tests/playwright/pages/Account/AppStore.ts

2
tests/playwright/pages/Account/AppStore.ts

@ -10,7 +10,7 @@ export class AccountAppStorePage extends BasePage {
this.accountPage = accountPage;
}
goto() {
async goto() {
return this.waitForResponse({
uiAction: async () => await this.rootPage.goto('/#/account/apps'),
httpMethodsToMatch: ['GET'],

Loading…
Cancel
Save