Skip to content

Commit

Permalink
test: remove html snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssota committed May 4, 2024
1 parent 08e57bd commit 6edaaca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 97 deletions.
1 change: 0 additions & 1 deletion site/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ import { expect, test } from '@playwright/test';
test('render images with each plugins', async ({ page }) => {
await page.goto('/');

expect(await page.innerHTML('html')).toMatchSnapshot();
await expect(page).toHaveScreenshot({ fullPage: true });
});
Loading

0 comments on commit 6edaaca

Please sign in to comment.