✨ feat: enhance validation rules and improve content structure across collections
This commit is contained in:
@@ -23,7 +23,6 @@ test.describe("Admin content collection config", () => {
|
||||
|
||||
await expect(page.getByLabel("Name")).toBeVisible()
|
||||
await expect(page.getByLabel("Pfad")).toBeVisible()
|
||||
await expect(page.getByLabel("Teasertext")).toBeVisible()
|
||||
await expect(page.getByText("Alternative Pfade")).toBeVisible()
|
||||
await expect(page.getByText("Inhaltsblöcke").first()).toBeVisible()
|
||||
await expect(page.getByRole("button", { name: /Desktop \(1280px\)/ })).toBeVisible()
|
||||
|
||||
Reference in New Issue
Block a user