Skip to content

Commit a1c1fbe

Browse files
committed
#429: User can add content to the Stage directly
- ContentCanAddToStageDirectlyTest finished without inserting DynamicBlock as content
1 parent 8ad55b0 commit a1c1fbe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderCommonTest/ContentCanAddToStageDirectlyTest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@
3333
<deleteData createDataKey="createCMSPage" stepKey="deleteCMSPage"/>
3434
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3535
</after>
36-
<actionGroup ref="assertTextareaContainsValue" stepKey="assertImageInTextareaValueBeforeSave">
37-
<argument name="value" value="{{ImageUpload3.value}}"/>
38-
<argument name="selector" value="{{HtmlOnConfiguration.textarea}}"/>
39-
</actionGroup>
36+
<actionGroup ref="verifyEmptyStage" stepKey="verifyStageEmpty"/>
4037
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandMenuSectionElements">
4138
<argument name="contentType" value="PageBuilderRowContentType"/>
4239
</actionGroup>

0 commit comments

Comments
 (0)