diff --git a/e2e/full/machine-details-extended.spec.ts b/e2e/full/machine-details-extended.spec.ts index 819d0e5c0..76e4e6b1c 100644 --- a/e2e/full/machine-details-extended.spec.ts +++ b/e2e/full/machine-details-extended.spec.ts @@ -27,10 +27,6 @@ test.describe("Machine Details - Extended", () => { test("should show description placeholder for owner", async ({ page, }, testInfo) => { - test.fixme( - true, - "PP-jsh — Radix DropdownMenu portal mount timing under CI load; awaiting verification of PP-awg/#1280 absorption" - ); // Login as admin (owner of Medieval Madness) await logout(page, testInfo); await loginAs(page, testInfo, { @@ -121,10 +117,6 @@ test.describe("Machine Details - Extended", () => { test("should show owner notes to machine owner", async ({ page, }, testInfo) => { - test.fixme( - true, - "PP-jsh — Radix DropdownMenu portal mount timing under CI load; awaiting verification of PP-awg/#1280 absorption" - ); // Login as admin (owns Medieval Madness) await logout(page, testInfo); await loginAs(page, testInfo, { @@ -151,10 +143,6 @@ test.describe("Machine Details - Extended", () => { test("should hide owner requirements from unauthenticated users", async ({ page, }, testInfo) => { - test.fixme( - true, - "PP-jsh — Radix DropdownMenu portal mount timing under CI load; awaiting verification of PP-awg/#1280 absorption" - ); // Logout to become unauthenticated await logout(page, testInfo); @@ -170,10 +158,6 @@ test.describe("Machine Details - Extended", () => { test("should display owner requirements callout on issue page", async ({ page, }, testInfo) => { - test.fixme( - true, - "PP-jsh — Radix DropdownMenu portal mount timing under CI load; awaiting verification of PP-awg/#1280 absorption" - ); // First, let's login as admin and set owner requirements on a machine await logout(page, testInfo); await loginAs(page, testInfo, { diff --git a/e2e/full/status-overhaul.spec.ts b/e2e/full/status-overhaul.spec.ts index f6acf2827..bcf2d3442 100644 --- a/e2e/full/status-overhaul.spec.ts +++ b/e2e/full/status-overhaul.spec.ts @@ -19,10 +19,6 @@ test.describe("Status Overhaul E2E", () => { }); test("should create issue and verify all 4 badges", async ({ page }) => { - test.fixme( - true, - "PP-v7g — Radix Select portal mount timing under CI load; awaiting verification of PP-awg/#1280 absorption" - ); const machine = seededMachines.addamsFamily; // 1. Create Issue