Browse Source

feat(testing): Potential fix for CI issue

pull/3848/head
Muhammed Mustafa 2 years ago
parent
commit
7f34b5859a
  1. 5
      scripts/playwright/pages/Dashboard/ViewSidebar/index.ts

5
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 {

Loading…
Cancel
Save