bilhej/frontend/e2e
Joakim Mörling 0f613b21a6
Some checks failed
CI / Lint, type check, unit tests, coverage (push) Successful in 11m18s
CI / E2E browser tests (push) Failing after 54s
fix: allow frontend container host in vite preview and update payment E2E tests
fix: add preview.allowedHosts and preview.host to vite.config.ts

Vite preview server blocks requests from non-localhost hosts by default.
In the E2E Docker Compose stack, Playwright accesses the frontend via
http://frontend (container hostname). Without allowedHosts, Vite returns
"Blocked request. This host is not allowed." and the SPA never mounts,
causing all 59 E2E tests to fail with blank pages and missing elements.

- Add preview.host: true (bind to 0.0.0.0)
- Add preview.allowedHosts: ['frontend', 'localhost']

test: update payment-redirect E2E tests to match current UI

The payment page was redesigned to a two-step confirmation flow:
"Jag har betalat" → confirmation → "Ja, jag har betalat". The E2E
tests still referenced the old single-step "Genomför testbetalning"
button and a removed .payment__note CSS class.

- Update 'payment button marks order as paid' to click through both steps
- Rename 'shows mock payment note' to 'shows Swish payment instructions'
  and assert on actual UI elements (Swish label + payment button)

Result: E2E suite now passes 59/59 tests in the Docker Compose CI stack.
2026-05-19 19:40:40 +02:00
..
admin-dashboard.spec.ts test: update Vitest and E2E specs for redesigned UI 2026-05-16 16:11:58 +02:00
auth-guards.spec.ts feat: add Vue Router auth guards with admin role support 2026-05-14 12:39:17 +02:00
compose.spec.ts test: update Vitest and E2E specs for redesigned UI 2026-05-16 16:11:58 +02:00
header-auth.spec.ts test: update Vitest and E2E specs for redesigned UI 2026-05-16 16:11:58 +02:00
login.spec.ts test: update Vitest and E2E specs for redesigned UI 2026-05-16 16:11:58 +02:00
order-history.spec.ts test: add payment flow tests and fix strict-mode e2e violations 2026-05-15 20:31:16 +02:00
payment-redirect.spec.ts fix: allow frontend container host in vite preview and update payment E2E tests 2026-05-19 19:40:40 +02:00
register.spec.ts feat: add login page with Playwright E2E tests 2026-05-13 19:17:29 +02:00
vehicle-lookup.spec.ts test: add E2E tests for homepage vehicle lookup flow 2026-05-19 15:16:34 +02:00