Skip to content

Commit 4beadce

Browse files
committed
ACQE-8194: Admin can add category description using page builder editor when scope is set to storeview level
- Resolved PR failure issue
1 parent 9d89cdd commit 4beadce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCatalogCategoryPageBuilderTest/AdminAddCategoryDescriptionUsingPageBuilderEditorTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
<!--Step 4: Untick the box 'Use default value' next to the category description field WYSWYG editor-->
5656
<scrollTo selector="{{AdminCategoryContentSection.categoryDescriptionUseDefault}}" x="0" y="-80" stepKey="scrollToDescription"/>
5757
<conditionalClick selector="{{AdminCategoryContentSection.categoryDescriptionUseDefault}}" dependentSelector="{{AdminCategoryContentSection.categoryDescriptionUseDefault}}" visible="true" stepKey="uncheckUseDefaultValueStoreView"/>
58-
<!--Step 5: Enter a description in the WYSIWYG editor and assert the description-->
58+
<scrollTo selector="{{PageBuilderProductAttribute.PageBuilderBtn('description')}}" x="0" y="-80" stepKey="scrollToPageBuilderbtn"/>
59+
<!--Step 5: Enter a description in the WYSIWYG editor and assert the description-->
5960
<actionGroup ref="openPageBuilderForAttribute" stepKey="openPageBuilderEditor"/>
6061
<actionGroup ref="dragContentTypeToStage" stepKey="dragRowToRootContainer">
6162
<argument name="contentType" value="PageBuilderRowContentType"/>

0 commit comments

Comments
 (0)