Skip to content

Commit e9e3a7c

Browse files
committed
baseline
1 parent 51ca244 commit e9e3a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const SectionWithBackgroundPattern: Story = {
7575
padding: 'l',
7676
children: (
7777
<>
78-
<Heading2>This is a section with a background pattern</Heading2>
78+
<Heading2>This is a section with a background pattern@</Heading2>
7979
<BodyOneText>I'm just a sentence.</BodyOneText>
8080
</>
8181
),
@@ -90,7 +90,7 @@ export const SectionWithBackgroundPattern: 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)