Gate testing API for staging E2E
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-03 15:00:33 +01:00
parent 030a00ba46
commit 7ea34b3b20
17 changed files with 94 additions and 22 deletions

View File

@@ -18,7 +18,9 @@ test.describe('Marketing frontend smoke', () => {
}
await expect(page.getByRole('heading', { level: 1, name: /Dein Event|Fotospiel/i })).toBeVisible();
const heroCta = page.getByRole('link', { name: /paket|packages|starten|ausprobieren/i }).first();
const heroCta = page.locator('#hero').getByRole('link', {
name: /Pakete ansehen|Pakete entdecken|Discover Packages/i,
});
await expect(heroCta).toBeVisible();
await heroCta.click();