feat(payment): Swish QR code and pre-filled payment link #15

Merged
jocke merged 2 commits from feature/swish-qr-payment into master 2026-06-19 15:38:18 +00:00
Showing only changes of commit d9aa2d60af - Show all commits

View file

@ -55,7 +55,7 @@ test.describe('Payment redirect', () => {
})
test('shows QR code for desktop scanning', async ({ page }) => {
await page.goto('/compose?plate=JKL012')
await page.goto('/compose?plate=QRA222')
await page.getByLabel('Ditt meddelande').fill('Fin bil!')
await page.getByRole('button', { name: 'Fortsätt till betalning' }).click()