[Product Block Editor]: fix e2e test that happens in the text-area block (#44184)
* add components-summary-content class to rich text * changelog
This commit is contained in:
parent
336abf7a73
commit
20fe832f8b
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
[Product Block Editor]: fix e2e test that happens in the text-area block
|
|
@ -95,7 +95,7 @@ export function TextAreaBlockEdit( {
|
|||
value={ content || '' }
|
||||
onChange={ setContent }
|
||||
data-empty={ Boolean( content ) }
|
||||
className={ classNames( {
|
||||
className={ classNames( 'components-summary-control', {
|
||||
[ `has-text-align-${ align }` ]: align,
|
||||
} ) }
|
||||
dir={ direction }
|
||||
|
|
Loading…
Reference in New Issue