Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions e2e/full/machine-details-extended.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down Expand Up @@ -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, {
Expand All @@ -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);

Expand All @@ -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, {
Expand Down
4 changes: 0 additions & 4 deletions e2e/full/status-overhaul.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading