Skip to content

Commit

Permalink
update vrt image size
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Mar 7, 2024
1 parent 9014f49 commit fbeb752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/storybook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ test.describe('storybook', () => {
for (const theme of themes) {
for (const name of extractNameAndValue) {
test(`color swatch - ${name} - ${theme}`, async ({page}) => {
await page.setViewportSize({width: 300, height: 170})
await visit(page, {
id: 'vrt-all-colors--color-swatches',
args: {
Expand Down

0 comments on commit fbeb752

Please sign in to comment.