From f83c8fbfd3f710cdafa67f5903c47a73f55dded1 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Fri, 28 Oct 2022 10:56:41 +0530 Subject: [PATCH] feat(testing): Stability --- scripts/playwright/pages/Dashboard/common/Cell/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({