We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a96f555 + 74594d5 commit 5707373Copy full SHA for 5707373
frontend/packages/component-library/src/cms/section/stories/Section.story.tsx
@@ -75,7 +75,7 @@ export const SectionWithBackgroundPatternT: Story = {
75
padding: 'l',
76
children: (
77
<>
78
- <Heading2>This is a section with a background pattern@</Heading2>
+ <Heading2>This is a section with a background pattern</Heading2>
79
<BodyOneText>I'm just a sentence.</BodyOneText>
80
</>
81
),
@@ -90,7 +90,7 @@ export const SectionWithBackgroundPatternT: Story = {
90
play: async ({canvasElement}: {canvasElement: HTMLElement}) => {
91
const canvas = within(canvasElement);
92
const heading = canvas.getByText(
93
- 'This is a section with a background pattern@',
+ 'This is a section with a background pattern',
94
);
95
96
// check if children content is in the section
0 commit comments