diff --git a/tests/playwright/pages/Account/AppStore.ts b/tests/playwright/pages/Account/AppStore.ts index 0941de0377..b183c6e1bd 100644 --- a/tests/playwright/pages/Account/AppStore.ts +++ b/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'],