Skip to content

Commit a96f555

Browse files
authored
Merge pull request #19 from code-dot-org/stephen/updated-baseline2
Stephen/updated baseline2
2 parents c1f0526 + 362be55 commit a96f555

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ export const SectionWithBackgroundColor: Story = {
6868
},
6969
};
7070

71-
export const SectionWithBackgroundPattern: Story = {
71+
export const SectionWithBackgroundPatternT: Story = {
7272
args: {
7373
background: sectionBackground.patternPrimary,
7474
backgroundImageUrl: bgPattern,
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)