diff --git a/e2e/critical-workflows.spec.ts b/e2e/critical-workflows.spec.ts index 4c0107e..5df0d43 100644 --- a/e2e/critical-workflows.spec.ts +++ b/e2e/critical-workflows.spec.ts @@ -611,6 +611,12 @@ test.describe.serial("critical local prototype workflows", () => { await expect( page.getByRole("button", { name: "Create Geometric collage background" }) ).toBeVisible() + await expect( + page.getByRole("button", { name: "Create Sunset arches background" }) + ).toBeVisible() + await expect( + page.getByRole("button", { name: "Create Postcard frame background" }) + ).toBeVisible() await page.getByRole("button", { name: "Create Geometric collage background" }).click() await expect(page.getByRole("heading", { name: "Choose a background" })).not.toBeVisible() diff --git a/src/components/layout-editor.tsx b/src/components/layout-editor.tsx index c336018..549a4f0 100644 --- a/src/components/layout-editor.tsx +++ b/src/components/layout-editor.tsx @@ -146,7 +146,7 @@ function BackgroundPicker({ onCreate }: { onCreate: (preset: BackgroundPreset) = Decorative elements start locked and can be unlocked in the editor. -
+
{BACKGROUND_PRESETS.map((preset) => (