Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 8fc9911

Browse files
Merge remote-tracking branch 'mainline/2.3-develop' into MC-6279
2 parents d346657 + b46b8be commit 8fc9911

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminProductImageAssignmentForMultipleStoresTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MAGETWO-58718"/>
1919
<group value="product"/>
2020
<group value="WYSIWYGDisabled"/>
21+
<skip>
22+
<issueId value="MC-13841"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<!-- Login Admin -->

app/code/Magento/Cms/Test/Mftf/Test/CheckStaticBlocksTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<group value="Cms"/>
2020
</annotations>
2121
<before>
22+
<magentoCLI command="config:set cms/wysiwyg/enabled disabled" stepKey="disableWYSIWYG"/>
2223
<actionGroup ref="LoginAsAdmin" stepKey="LoginAsAdmin"/>
2324
<actionGroup ref="AdminCreateWebsiteActionGroup" stepKey="AdminCreateWebsite">
2425
<argument name="newWebsiteName" value="secondWebsite"/>
@@ -67,6 +68,7 @@
6768
<argument name="websiteName" value="secondWebsite"/>
6869
</actionGroup>
6970
<actionGroup ref="DeleteCMSBlockActionGroup" stepKey="DeleteCMSBlockActionGroup"/>
71+
<magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
7072
</after>
7173
</test>
7274
</tests>

app/code/Magento/Swatches/Test/Mftf/Test/StorefrontSwatchAttributesDisplayInWidgetCMSTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</annotations>
2121

2222
<before>
23+
<magentoCLI command="config:set cms/wysiwyg/enabled disabled" stepKey="disableWYSIWYG"/>
2324
<createData entity="NewRootCategory" stepKey="createRootCategory"/>
2425
</before>
2526

@@ -44,6 +45,7 @@
4445
<waitForElementVisible selector="{{AdminCategoryModalSection.ok}}" stepKey="waitForModalDeleteDefaultRootCategory" />
4546
<click selector="{{AdminCategoryModalSection.ok}}" stepKey="acceptModal1"/>
4647
<waitForElementVisible selector="{{AdminCategoryMessagesSection.SuccessMessage}}" stepKey="waitForPageReloadAfterDeleteDefaultCategory"/>
48+
<magentoCLI command="config:set cms/wysiwyg/enabled enabled" stepKey="enableWYSIWYG"/>
4749
<!--logout-->
4850
<actionGroup ref="logout" stepKey="logoutFromAdmin"/>
4951
</after>

dev/tests/functional/tests/app/Magento/Cms/Test/TestCase/CreateCmsPageEntityMultipleStoreViewsTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Cms\Test\TestCase\CreateCmsPageEntityMultipleStoreViewsTest" summary="Page cache for different CMS pages on multiple store views" ticketId="MAGETWO-52467">
1010
<variation name="CreateCmsPageEntityMultipleStoreViewsTestVariation1">
11+
<data name="issue" xsi:type="string">MC-13801: Test "Page cache for different CMS pages on multiple store views" fails on Jenkins</data>
1112
<data name="cmsPages/0/is_active" xsi:type="string">Yes</data>
1213
<data name="cmsPages/0/title" xsi:type="string">NewCmsPage</data>
1314
<data name="cmsPages/0/store_id/dataset" xsi:type="string">default</data>

0 commit comments

Comments
 (0)