From 2384774ed4ab8763a8a2e8efa97984df59f73e8a Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Fri, 28 Oct 2022 19:07:24 +0530 Subject: [PATCH] feat(testing): Dummy commit --- scripts/playwright/pages/Dashboard/Grid/Column/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/playwright/pages/Dashboard/Grid/Column/index.ts b/scripts/playwright/pages/Dashboard/Grid/Column/index.ts index b04b58f54a..d8594c4bda 100644 --- a/scripts/playwright/pages/Dashboard/Grid/Column/index.ts +++ b/scripts/playwright/pages/Dashboard/Grid/Column/index.ts @@ -253,4 +253,4 @@ export class ColumnPageObject extends BasePage { .click(); } } -} +} \ No newline at end of file