diff --git a/src/frontend/tests/pui_printing.spec.ts b/src/frontend/tests/pui_printing.spec.ts index 40a61f7eb26..68645442d5b 100644 --- a/src/frontend/tests/pui_printing.spec.ts +++ b/src/frontend/tests/pui_printing.spec.ts @@ -120,7 +120,7 @@ test('Report Editing', async ({ page, request }) => { expect(textareaValue).toContain( `{% trans 'QR Code' %}` ); - textarea.fill(`${textareaValue}\nHello·world`); + textarea.fill(textareaValue + '\nHello world'); // Switch back and forth to see if the changed contents get correctly passed between the hooks await page.getByRole('tab', { name: 'Code', exact: true }).click();