Skip to content

Commit

Permalink
Update pui_printing.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Nov 11, 2024
1 parent 971eeee commit 92e596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/tests/pui_printing.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test('Report Editing', async ({ page, request }) => {
expect(textareaValue).toContain(
`<img class='qr' alt="{% trans 'QR Code' %}" src='{% qrcode qr_data %}'>`
);
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();
Expand Down

0 comments on commit 92e596e

Please sign in to comment.