Skip to content

Commit

Permalink
fix screenshot naming collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCa96 committed Feb 2, 2025
1 parent f75e6e2 commit 9d49698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sit-onyx/src/styles/grid.ct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ XL_VARIANTS.forEach(({ className, expectedColumns, breakpoint }) => {

await expectComputedColumnCount(page, expectedColumns);
await expectComputedGridSpan(page.locator(".onyx-grid-span-full"), expectedColumns);
await fullPageScreenshot(page, `grid-xl-variant-${className}.png`);
await fullPageScreenshot(page, `grid-${breakpoint}-variant-${className}.png`);
});
});

Expand Down

0 comments on commit 9d49698

Please sign in to comment.