Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Nov 18, 2023
1 parent 96caaf8 commit 8f72fca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/crawler/pageScreenshots.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ describe(generatePageShotItems, () => {
{
name: 'home',
path: '/',
breakpoints: [],
threshold: 0,
waitBeforeScreenshot: 1000,
},
{
name: 'about',
path: '/about',
breakpoints: [],
threshold: 0,
waitBeforeScreenshot: 1000,
},
];

Expand All @@ -45,11 +51,15 @@ describe(generatePageShotItems, () => {
name: 'home',
path: '/',
breakpoints: [480, 768],
threshold: 0,
waitBeforeScreenshot: 1000,
},
{
name: 'about',
path: '/about',
breakpoints: [480, 768],
threshold: 0,
waitBeforeScreenshot: 1000,
},
];

Expand Down

0 comments on commit 8f72fca

Please sign in to comment.