From 4c996ee3e021268c8ab69e37483998f9941e91bd Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Wed, 12 Oct 2022 12:09:54 +0530 Subject: [PATCH] feat(testing): Potential fix for CI issue --- scripts/playwright/pages/Dashboard/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/playwright/pages/Dashboard/index.ts b/scripts/playwright/pages/Dashboard/index.ts index ca9e338d43..972599c90f 100644 --- a/scripts/playwright/pages/Dashboard/index.ts +++ b/scripts/playwright/pages/Dashboard/index.ts @@ -5,7 +5,7 @@ import { GridPage } from "./Grid"; import { ExpandedFormPage } from "./ExpandedForm"; import { TreeViewPage } from "./TreeView"; import { SettingsPage } from "./Settings"; -import { ViewSidebarPage } from "./ViewSideBar"; +import { ViewSidebarPage } from "./ViewSidebar"; export class DashboardPage extends BasePage { readonly project: any;