We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a25799a + a8577a4 commit a1286a9Copy full SHA for a1286a9
frontend/packages/component-library/src/cms/section/stories/Section.story.tsx
@@ -74,15 +74,15 @@ export const SectionWithBackgroundColorT: Story = {
74
padding: 'l',
75
children: (
76
<>
77
- <Heading2>This is a section with a background color</Heading2>
+ <Heading2>This is a section with a background color@</Heading2>
78
<BodyOneText>I'm just a sentence.</BodyOneText>
79
</>
80
),
81
},
82
play: async ({canvasElement}: {canvasElement: HTMLElement}) => {
83
const canvas = within(canvasElement);
84
const heading = canvas.getByText(
85
- 'This is a section with a background color',
+ 'This is a section with a background color@',
86
);
87
88
// check if children content is in the section
0 commit comments