Skip to content

Commit 91f1123

Browse files
committed
branch
1 parent cac1bea commit 91f1123

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)