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 ec76048 commit 74594d5Copy full SHA for 74594d5
frontend/packages/component-library/src/cms/section/stories/Section.story.tsx
@@ -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