feat(payment): Swish QR code and pre-filled payment link #15
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue