Skip to content

Commit 74594d5

Browse files
committed
new baseline
1 parent ec76048 commit 74594d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/packages/component-library/src/cms/section/stories/Section.story.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const SectionWithBackgroundPatternT: Story = {
9090
play: async ({canvasElement}: {canvasElement: HTMLElement}) => {
9191
const canvas = within(canvasElement);
9292
const heading = canvas.getByText(
93-
'This is a section with a background pattern@',
93+
'This is a section with a background pattern',
9494
);
9595

9696
// check if children content is in the section

0 commit comments

Comments
 (0)