From 7f34b5859aa89dea7cbeca84650a588e5eeb8c7a Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Wed, 12 Oct 2022 11:10:36 +0530 Subject: [PATCH] feat(testing): Potential fix for CI issue --- scripts/playwright/pages/Dashboard/ViewSidebar/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/playwright/pages/Dashboard/ViewSidebar/index.ts b/scripts/playwright/pages/Dashboard/ViewSidebar/index.ts index 0125c8aea3..1225cbbc26 100644 --- a/scripts/playwright/pages/Dashboard/ViewSidebar/index.ts +++ b/scripts/playwright/pages/Dashboard/ViewSidebar/index.ts @@ -1,6 +1,5 @@ -// playwright-dev-page.ts -import { Locator, Page, expect } from "@playwright/test"; -import { DashboardPage } from ".."; +import { Locator } from "@playwright/test"; +import { DashboardPage } from "../"; import BasePage from "../../Base"; export class ViewSidebarPage extends BasePage {