Skip to content

Commit

Permalink
(test) Rename ocl page and fix expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Feb 8, 2025
1 parent 63e9ca8 commit bf943c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/pages/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './openConceptLabPage';
export * from './ocl-page';
2 changes: 1 addition & 1 deletion e2e/pages/openConceptLabPage.ts → e2e/pages/ocl-page.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type Page } from '@playwright/test';
import { type Page, expect } from '@playwright/test';

export class OpenConceptLabPage {
constructor(readonly page: Page) {}
Expand Down

0 comments on commit bf943c7

Please sign in to comment.