Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flrande committed May 1, 2024
1 parent 4c54047 commit 556ff86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/image.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,11 @@ test('image loading but failed', async ({ page }) => {
});

test('image loading but success', async ({ page }) => {
expectConsoleMessage(page, 'Error: Failed to fetch blob _e2e_test_image_id_');
expectConsoleMessage(
page,
'Error: Failed to fetch blob _e2e_test_image_id_',
'warning'
);
expectConsoleMessage(
page,
'Failed to load resource: the server responded with a status of 404 (Not Found)'
Expand Down

0 comments on commit 556ff86

Please sign in to comment.