We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac1bea commit 91f1123Copy full SHA for 91f1123
frontend/packages/component-library/src/cms/section/stories/Section.story.tsx
@@ -82,7 +82,7 @@ export const SectionWithBackgroundColorT: Story = {
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