Skip to content

Commit

Permalink
feat: enable full page vrt
Browse files Browse the repository at this point in the history
  • Loading branch information
totto2727 committed Aug 24, 2024
1 parent 88efca7 commit 4d60c10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/jirei2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ test("制作事例のページ全体のVRT", async ({ page }) => {
// 先に1.の課題を進めてください

// 1. ページ全体のスナップショットを取得する処理を修正しよう!
await expect(page).toHaveScreenshot();
await expect(page).toHaveScreenshot({
fullPage: true,
});
});

0 comments on commit 4d60c10

Please sign in to comment.