diff --git a/scripts/playwright/pages/Dashboard/common/Cell/index.ts b/scripts/playwright/pages/Dashboard/common/Cell/index.ts index 9e3b2c81fc..d65774fdb0 100644 --- a/scripts/playwright/pages/Dashboard/common/Cell/index.ts +++ b/scripts/playwright/pages/Dashboard/common/Cell/index.ts @@ -47,7 +47,7 @@ export class CellPageObject extends BasePage { index: number; columnHeader: string; }) { - return this.get({ index, columnHeader }).click(); + return await this.get({ index, columnHeader }).click(); } async dblclick({ @@ -57,7 +57,7 @@ export class CellPageObject extends BasePage { index?: number; columnHeader: string; }) { - return this.get({ index, columnHeader }).dblclick(); + return await this.get({ index, columnHeader }).dblclick(); } async fillText({