Skip to content

Commit 5707373

Browse files
authored
Merge pull request #20 from code-dot-org/stephen/updated-baseline3
new baseline
2 parents a96f555 + 74594d5 commit 5707373

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const SectionWithBackgroundPatternT: 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 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)