Skip to content

Commit 74313f7

Browse files
committed
Merge branch 'MAGETWO-89693' into team3-delivery
2 parents d9a17d6 + 21a4ca5 commit 74313f7

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<features value="MAGETWO-36659-[CMS] WYSIWYG update"/>
1313
<stories value="MAGETWO-42158-Variable with WYSIWYG"/>
1414
<group value="Cms"/>
15-
<group value="skip"/>
16-
<!-- Skipped; see MAGETWO-88218 -->
1715
<title value="Admin should be able to add variable to WYSIWYG content of Block"/>
1816
<description value="You should be able to add variable to WYSIWYG content Block"/>
1917
<testCaseId value="MAGETWO-84378"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Newsletter/Test/AdminAddVariableToWYSIWYGNewsletterCest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<features value="MAGETWO-36659-[CMS] WYSIWYG update"/>
1313
<stories value="MAGETWO-42158-Variable with WYSIWYG"/>
1414
<group value="Newsletter"/>
15-
<group value="skip"/>
1615
<title value="Admin should be able to add variable to WYSIWYG Editor of Newsletter"/>
1716
<description value="Admin should be able to add variable to WYSIWYG Editor Newsletter"/>
1817
<testCaseId value="MAGETWO-84379"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Newsletter/Test/VerifyTinyMCEv4IsNativeWYSIWYGOnNewsletterCest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<description value="Admin see TinyMCEv4.6 is native WYSIWYG on Newsletter"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-84683"/>
19-
<!-- MAGETWO-90659 -->
20-
<group value="skip"/>
2119
</annotations>
2220
<before>
2321
<actionGroup ref="LoginActionGroup" stepKey="loginGetFromGeneralFile"/>
@@ -30,6 +28,7 @@
3028
<fillField selector="{{BasicFieldNewsletterSection.templateSubject}}" userInput="{{_defaultNewsletter.subject}}" stepKey="fillTemplateSubject" />
3129
<fillField selector="{{BasicFieldNewsletterSection.senderName}}" userInput="{{_defaultNewsletter.senderName}}" stepKey="fillSenderName" />
3230
<fillField selector="{{BasicFieldNewsletterSection.senderEmail}}" userInput="{{_defaultNewsletter.senderEmail}}" stepKey="fillSenderEmail" />
31+
<conditionalClick selector="#toggletext" dependentSelector=".mce-tinymce" visible="false" stepKey="clickBtnIfTinyMCEHidden"/>
3332
<actionGroup ref="VerifyTinyMCEActionGroup" stepKey="verifyTinyMCE4"/>
3433
<actionGroup ref="VerifyMagentoEntityActionGroup" stepKey="verifyMagentoEntities"/>
3534
<executeJS function="tinyMCE.get('text').setContent('Hello World From Newsletter Template!');" stepKey="executeJSFillContent"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Variable/ActionGroup/CreateCustomVariableActionGroup.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<amOnPage url="admin/admin/system_variable/" stepKey="goToVarialeGrid" />
2222
<waitForPageLoad stepKey="waitForPageLoad1" />
2323
<click selector="{{CustomVariableSection.GridCustomVariableCode(customVariable.code)}}" stepKey="goToCustomVariableEditPage" />
24+
<waitForPageLoad stepKey="waitForPageLoad"/>
25+
<waitForElementVisible selector="{{CustomVariableSection.delete}}" stepKey="waitForDeleteBtn" />
2426
<click selector="{{CustomVariableSection.delete}}" stepKey="deleteCustomVariable" />
2527
<waitForText userInput="Are you sure you want to do this?" stepKey="waitForText" />
2628
<click selector="{{CustomVariableSection.confirmDelete}}" stepKey="confirmDelete" />

0 commit comments

Comments
 (0)