diff --git a/tests/playwright/pages/Dashboard/Grid/index.ts b/tests/playwright/pages/Dashboard/Grid/index.ts index 963611533b..93f3a77b93 100644 --- a/tests/playwright/pages/Dashboard/Grid/index.ts +++ b/tests/playwright/pages/Dashboard/Grid/index.ts @@ -229,7 +229,7 @@ export class GridPage extends BasePage { async clickPagination({ page }: { page: string }) { await this.waitForResponse({ - uiAction: () => (await this.pagination({ page })).click(), + uiAction: async () => (await this.pagination({ page })).click(), httpMethodsToMatch: ['GET'], requestUrlPathToMatch: '/views/', responseJsonMatcher: resJson => resJson?.pageInfo,