Fix marketing auth/checkout E2E selectors

This commit is contained in:
Codex Agent
2026-01-03 15:13:03 +01:00
parent 7ea34b3b20
commit 08fe64b965
3 changed files with 7 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ test.describe('Marketing auth flows', () => {
await page.getByLabel(/Nachname/i).fill('Tester');
await page.getByLabel(/^E-Mail/i).fill(email);
await page.getByLabel(/Telefon/i).fill('+49123456789');
await page.getByLabel(/Adresse/i).fill('Teststr. 1, 12345 Berlin');
await page.fill('input[name="address"]', 'Teststr. 1, 12345 Berlin');
await page.getByLabel(/Username/i).fill(username);
await page.fill('input[name="password"]', password);
await page.fill('input[name="password_confirmation"]', password);