[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:
Damián Suárez 2024-01-30 12:33:52 -03:00 committed by GitHub
parent 336abf7a73
commit 20fe832f8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
[Product Block Editor]: fix e2e test that happens in the text-area block

View File

@ -95,7 +95,7 @@ export function TextAreaBlockEdit( {
value={ content || '' } value={ content || '' }
onChange={ setContent } onChange={ setContent }
data-empty={ Boolean( content ) } data-empty={ Boolean( content ) }
className={ classNames( { className={ classNames( 'components-summary-control', {
[ `has-text-align-${ align }` ]: align, [ `has-text-align-${ align }` ]: align,
} ) } } ) }
dir={ direction } dir={ direction }