|
16 | 16 | <title value="Admin are able to switch between versions of TinyMCE."/>
|
17 | 17 | <description value="Admin are able to switch between versions of TinyMCE."/>
|
18 | 18 | <severity value="CRITICAL"/>
|
19 |
| - <group value="skip"/> |
20 |
| - <!-- Skipped; see MAGETWO-89417 --> |
21 | 19 | <testCaseId value="MAGETWO-82936"/>
|
22 | 20 | <!--Skip because of issue MAGETWO-89417-->
|
23 | 21 | <group value="skip"/>
|
|
27 | 25 | <actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/>
|
28 | 26 | </before>
|
29 | 27 | <amOnPage url="{{ConfigurationStoresPage.url}}" stepKey="navigateToWYSIWYGConfigPage1"/>
|
| 28 | + <waitForPageLoad stepKey="wait1"/> |
30 | 29 | <conditionalClick stepKey="expandWYSIWYGOptions1" selector="{{ContentManagementSection.WYSIWYGOptions}}" dependentSelector="{{ContentManagementSection.CheckIfTabExpand}}" visible="true" />
|
31 | 30 | <waitForElementVisible selector="{{ContentManagementSection.SwitcherSystemValue}}" stepKey="waitForCheckbox1" />
|
32 | 31 | <uncheckOption selector="{{ContentManagementSection.SwitcherSystemValue}}" stepKey="uncheckUseSystemValue1"/>
|
|
35 | 34 | <click selector="{{ContentManagementSection.WYSIWYGOptions}}" stepKey="collapseWYSIWYGOptions1" />
|
36 | 35 | <click selector="{{ContentManagementSection.Save}}" stepKey="clickSaveConfig1" />
|
37 | 36 | <amOnPage url="{{CmsNewPagePage.url}}" stepKey="navigateToPage1"/>
|
38 |
| - <waitForPageLoad stepKey="wait1"/> |
| 37 | + <waitForPageLoad stepKey="wait2"/> |
39 | 38 | <fillField selector="{{CmsNewPagePageBasicFieldsSection.pageTitle}}" userInput="{{_defaultCmsPage.title}}" stepKey="fillFieldTitle1"/>
|
40 | 39 | <click selector="{{CmsNewPagePageContentSection.header}}" stepKey="clickContentTab1" />
|
41 | 40 | <waitForElementVisible selector="{{TinyMCESection.TinyMCE4}}" stepKey="waitForTinyMCE4"/>
|
|
54 | 53 | <!--see widget on Storefront-->
|
55 | 54 | <see userInput="Hello TinyMCE4!" stepKey="seeContent1"/>
|
56 | 55 | <amOnPage url="{{ConfigurationStoresPage.url}}" stepKey="navigateToWYSIWYGConfigPage2"/>
|
| 56 | + <waitForPageLoad stepKey="wait4"/> |
57 | 57 | <conditionalClick stepKey="expandWYSIWYGOptions" selector="{{ContentManagementSection.WYSIWYGOptions}}" dependentSelector="{{ContentManagementSection.CheckIfTabExpand}}" visible="true" />
|
58 | 58 | <waitForElementVisible selector="{{ContentManagementSection.SwitcherSystemValue}}" stepKey="waitForCheckbox2" />
|
59 | 59 | <uncheckOption selector="{{ContentManagementSection.SwitcherSystemValue}}" stepKey="uncheckUseSystemValue2"/>
|
|
62 | 62 | <click selector="{{ContentManagementSection.WYSIWYGOptions}}" stepKey="collapseWYSIWYGOptions2" />
|
63 | 63 | <click selector="{{ContentManagementSection.Save}}" stepKey="clickSaveConfig2" />
|
64 | 64 | <amOnPage url="{{CmsNewPagePage.url}}" stepKey="navigateToPage2"/>
|
65 |
| - <waitForPageLoad stepKey="wait2"/> |
| 65 | + <waitForPageLoad stepKey="wait5"/> |
66 | 66 | <fillField selector="{{CmsNewPagePageBasicFieldsSection.pageTitle}}" userInput="{{_defaultCmsPage.title}}" stepKey="fillFieldTitle2"/>
|
67 | 67 | <click selector="{{CmsNewPagePageContentSection.header}}" stepKey="clickContentTab2" />
|
68 | 68 | <waitForElementVisible selector="{{TinyMCESection.TinyMCE3}}" stepKey="waitForTinyMCE3"/>
|
|
77 | 77 | <click selector="{{CmsNewPagePageActionsSection.savePage}}" stepKey="clickSavePage2"/>
|
78 | 78 | <!-- Go to storefront cms page, assert cms content -->
|
79 | 79 | <amOnPage url="{{simpleCmsPage.identifier}}" stepKey="amOnPageTestPage2"/>
|
80 |
| - <waitForPageLoad stepKey="wait4" /> |
| 80 | + <waitForPageLoad stepKey="wait6" /> |
81 | 81 | <!--see widget on Storefront-->
|
82 | 82 | <see userInput="Hello TinyMCE3!" stepKey="seeContent2"/>
|
83 | 83 | <actionGroup ref="SwitchToVersion4ActionGroup" stepKey="switchToTinyMCE4" />
|
|
0 commit comments