Skip to content

Commit c4d34fc

Browse files
renemadsenclaude
andcommitted
fix: remove unused PluginPage imports from groups l, m, n, o
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 629dac9 commit c4d34fc

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

eform-client/playwright/e2e/plugins/time-planning-pn/l/time-planning-absence-requests.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { test, expect } from '@playwright/test';
22
import { LoginPage } from '../../../Login.page';
3-
import { PluginPage } from '../../../Plugin.page';
43

54
test.describe('Time Planning - Absence Requests', () => {
65
test.beforeEach(async ({ page }) => {

eform-client/playwright/e2e/plugins/time-planning-pn/m/manager-assignment.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { test, expect } from '@playwright/test';
22
import { LoginPage } from '../../../Login.page';
3-
import { PluginPage } from '../../../Plugin.page';
43

54
test.describe('Time Planning - Manager Assignment', () => {
65
test.beforeEach(async ({ page }) => {

eform-client/playwright/e2e/plugins/time-planning-pn/n/tag-filtering.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { test, expect } from '@playwright/test';
22
import { LoginPage } from '../../../Login.page';
3-
import { PluginPage } from '../../../Plugin.page';
43

54
const BASE_URL = 'http://localhost:4200';
65

eform-client/playwright/e2e/plugins/time-planning-pn/o/break-policies.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Temporarily disabled tests — ported from Cypress as-is (all commented out in source)
22
import { test, expect } from '@playwright/test';
33
import { LoginPage } from '../../../Login.page';
4-
import { PluginPage } from '../../../Plugin.page';
54

65
// test.describe('Break Policies Tests', () => {
76
// test.beforeEach(async ({ page }) => {

0 commit comments

Comments
 (0)