Skip to content

Commit 8457cb5

Browse files
committed
MC-1413:(Magento) Dynamic Block Configuration
-build stabilization
1 parent 4b17d81 commit 8457cb5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCatalogProductPageBuilder.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11+
<test name="AdminAddImageToWYSIWYGProductTest">
12+
<annotations>
13+
<skip>
14+
<issueId value="MAGETWO-94438"/>
15+
</skip>
16+
</annotations>
17+
</test>
1118
<test name="RowCanAddAdditionalRowOnProduct">
1219
<annotations>
1320
<features value="PageBuilder - Catalog Products"/>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBlockTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@
10081008
<actionGroup ref="searchBlockInGrid" stepKey="searchBlockInGrid">
10091009
<argument name="block" value="$$createPreReqBlock$$"/>
10101010
</actionGroup>
1011+
<waitForElementVisible selector="{{BlockOnForm.title('$$createPreReqBlock.title$$')}}" stepKey="waitForBlockElementVisible"/>
10111012
<seeElement selector="{{BlockOnForm.title('$$createPreReqBlock.title$$')}}" stepKey="seeBlockTitleOnForm"/>
10121013
<actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettings"/>
10131014
<!-- Stage: Validate Default Show/Hide State - Before Save -->

0 commit comments

Comments
 (0)