Skip to content

Commit fbe4ca5

Browse files
authored
Merge pull request #15 from code-dot-org/stephen/eyes-branch3
branch3
2 parents cac1bea + a4723b7 commit fbe4ca5

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
@@ -82,7 +82,7 @@ export const SectionWithBackgroundColorT: Story = {
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)