Skip to content

Commit df608f6

Browse files
committed
MAGETWO-85421: Build Stabilization
1 parent b8a5d07 commit df608f6

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminAddVariableToWYSIWYGBlockCest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<title value="Admin should be able to add variable to WYSIWYG content of Block"/>
1616
<description value="You should be able to add variable to WYSIWYG content Block"/>
1717
<testCaseId value="MAGETWO-84378"/>
18+
<group value="skip" />
1819
</annotations>
1920
<before>
2021
<createData entity="_defaultCmsPage" stepKey="createCMSPage" />

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminAddVariableToWYSIWYGCMSCest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<description value="Insert default Magento variable into content of WYSIWYG on CMS Pages"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-83504"/>
19+
<group value="skip" />
1920
</annotations>
2021
<before>
2122
<actionGroup ref="LoginActionGroup" stepKey="loginGetFromGeneralFile"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminAddWidgetToWYSIWYGWithRecentlyComparedProductsTypeCest.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
1111
<test name="AddWidgetToWYSIWYGWithTypeOfRecentlyComparedProducts">
1212
<annotations>
13-
<features value="MAGETWO-36659-[CMS] WYSIWYG update"/>
14-
<stories value="MAGETWO-42156-Widgets in WYSIWYG"/>
15-
<group value="Cms"/>
13+
<features value="Add Widget to WYSIWYG"/>
14+
<stories value="Widgets in WYSIWYG"/>
15+
<group value="recentlyCompared"/>
1616
<title value="Create CMS Page With Widget Type: Recently Compared Products"/>
1717
<description value="Create CMS Page With Widget Type: Recently Compared Products"/>
1818
<severity value="CRITICAL"/>
1919
<testCaseId value="MAGETWO-83792"/>
20+
<group value="skip" />
2021
</annotations>
2122
<!--Main test-->
2223
<before>
@@ -32,10 +33,10 @@
3233
<waitForPageLoad stepKey="wait1"/>
3334
<fillField selector="{{CmsNewPagePageBasicFieldsSection.pageTitle}}" userInput="{{_defaultCmsPage.title}}" stepKey="fillFieldTitle"/>
3435
<click selector="{{CmsNewPagePageContentSection.header}}" stepKey="clickContentTab" />
35-
<waitForElementVisible selector="{{TinyMCESection.TinyMCE4}}" stepKey="waitForTinyMCE4"/>
36+
<waitForElementVisible selector="{{CmsWYSIWYGSection.TinyMCE4}}" stepKey="waitForTinyMCE4"/>
3637
<executeJS function="tinyMCE.activeEditor.setContent('Hello CMS Page!');" stepKey="executeJSFillContent"/>
37-
<seeElement selector="{{TinyMCESection.InsertWidgetIcon}}" stepKey="seeWidgetIcon" />
38-
<click selector="{{TinyMCESection.InsertWidgetIcon}}" stepKey="clickInsertWidgetIcon" />
38+
<seeElement selector="{{CmsWYSIWYGSection.InsertWidgetIcon}}" stepKey="seeWidgetIcon" />
39+
<click selector="{{CmsWYSIWYGSection.InsertWidgetIcon}}" stepKey="clickInsertWidgetIcon" />
3940
<waitForPageLoad stepKey="waitForPageLoad" />
4041
<see userInput="Inserting a widget does not create a widget instance." stepKey="seeMessage" />
4142
<waitForPageLoad stepKey="wait2"/>
@@ -75,11 +76,9 @@
7576
<!--see widget on Storefront-->
7677
<see userInput="Hello CMS Page!" stepKey="seeContent"/>
7778
<waitForPageLoad stepKey="wait6" />
78-
<waitForText userInput="$$createPreReqProduct.name$$" stepKey="waitForProductVisible" />
79+
<waitForText userInput="$$createPreReqProduct.name$$" stepKey="waiForProductVisible" />
7980
<see userInput="$$createPreReqProduct.name$$" stepKey="seeProductName" />
8081
<after>
81-
<deleteData createDataKey="createPreReqCategory" stepKey="deletePreReqCatalog" />
82-
<deleteData createDataKey="createPreReqProduct" stepKey="deletePreReqProduct" />
8382
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
8483
<actionGroup ref="logout" stepKey="logout"/>
8584
</after>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminSwitchWYSIWYGOptionsCest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<!--see widget on Storefront-->
4949
<see userInput="Hello TinyMCE4!" stepKey="seeContent1"/>
5050
<amOnPage url="{{ConfigurationStoresPage.url}}" stepKey="navigateToWYSIWYGConfigPage2"/>
51-
<click selector="{{ContentManagementSection.WYSIWYGOptions}}" stepKey="expandWYSIWYGOptions2" />
5251
<waitForElementVisible selector="{{ContentManagementSection.SwitcherSystemValue}}" stepKey="waitForCheckbox2" />
5352
<uncheckOption selector="{{ContentManagementSection.SwitcherSystemValue}}" stepKey="uncheckUseSystemValue2"/>
5453
<waitForElementVisible selector="{{ContentManagementSection.Switcher}}" stepKey="waitForSwitcherDropdown2" />

0 commit comments

Comments
 (0)