Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucaspains committed Jan 16, 2025
1 parent 9a57e28 commit 8148192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/display.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ test('share as file', async ({ page, browserName }) => {
});

test('share as code', async ({ page }) => {
const response = `{"id": "123456", "ttl": 3600}`;
const response = `{"id": "123456", "qr_code": "<svg></svg>", "ttl": 3600}`;

await page.route('**/api/share-recipe', async route => {
const json = JSON.parse(response);
Expand Down

0 comments on commit 8148192

Please sign in to comment.