Skip to content

Commit

Permalink
Fix fullPage screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 25, 2024
1 parent c5a28f8 commit 5ce262b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/pages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,10 @@ const testCases: TestsCase[] = [
{
name: 'Lists',
url: 'blocks/lists',
fullPage: true,
},
{
name: 'Cards',
url: 'blocks/cards',
fullPage: true,
},
{
name: 'Math',
Expand Down Expand Up @@ -482,7 +480,7 @@ for (const testCase of testCases) {
display: none !important;
}
`,
fullPage: testEntry.fullPage,
fullPage: testEntry.fullPage ?? true,
});
}
});
Expand Down

0 comments on commit 5ce262b

Please sign in to comment.