Skip to content

Commit 7612390

Browse files
renemadsenclaude
andcommitted
fix: correct import paths in WorkflowCases page object
Page object is at plugins/workflow-pn/ (2 levels deep from e2e/), not 3 levels deep. Use ../../ instead of ../../../. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11f9eed commit 7612390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eform-client/playwright/e2e/plugins/workflow-pn/WorkflowCases.page.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Page, Locator } from '@playwright/test';
2-
import { PageWithNavbarPage } from '../../../Page objects/PageWithNavbar.page';
3-
import { selectDateOnNewDatePicker } from '../../../helper-functions';
2+
import { PageWithNavbarPage } from '../../Page objects/PageWithNavbar.page';
3+
import { selectDateOnNewDatePicker } from '../../helper-functions';
44

55
export class WorkflowCasesPage extends PageWithNavbarPage {
66
constructor(page: Page) {

0 commit comments

Comments
 (0)