File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/packages/component-library/src/cms/section/stories Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export const SectionWithBackgroundPatternT: Story = {
75
75
padding : 'l' ,
76
76
children : (
77
77
< >
78
- < Heading2 > This is a section with a background pattern@ </ Heading2 >
78
+ < Heading2 > This is a section with a background pattern</ Heading2 >
79
79
< BodyOneText > I'm just a sentence.</ BodyOneText >
80
80
</ >
81
81
) ,
@@ -90,7 +90,7 @@ export const SectionWithBackgroundPatternT: Story = {
90
90
play : async ( { canvasElement} : { canvasElement : HTMLElement } ) => {
91
91
const canvas = within ( canvasElement ) ;
92
92
const heading = canvas . getByText (
93
- 'This is a section with a background pattern@ ' ,
93
+ 'This is a section with a background pattern' ,
94
94
) ;
95
95
96
96
// check if children content is in the section
You can’t perform that action at this time.
0 commit comments