Skip to content

Commit a1286a9

Browse files
authored
Merge pull request #16 from code-dot-org/stephen/eyes-branch4
notify
2 parents a25799a + a8577a4 commit a1286a9

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
@@ -74,15 +74,15 @@ export const SectionWithBackgroundColorT: Story = {
7474
padding: 'l',
7575
children: (
7676
<>
77-
<Heading2>This is a section with a background color</Heading2>
77+
<Heading2>This is a section with a background color@</Heading2>
7878
<BodyOneText>I'm just a sentence.</BodyOneText>
7979
</>
8080
),
8181
},
8282
play: async ({canvasElement}: {canvasElement: HTMLElement}) => {
8383
const canvas = within(canvasElement);
8484
const heading = canvas.getByText(
85-
'This is a section with a background color',
85+
'This is a section with a background color@',
8686
);
8787

8888
// check if children content is in the section

0 commit comments

Comments
 (0)