File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed
Backend/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ /**
4+ * Copyright © Magento, Inc. All rights reserved.
5+ * See COPYING.txt for license details.
6+ */
7+ -->
8+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10+ <actionGroup name =" AdminOpenConfigurationStoresPageActionGroup" >
11+ <annotations >
12+ <description >Open configuration stores page.</description >
13+ </annotations >
14+
15+ <amOnPage url =" {{ConfigurationStoresPage.url}}" stepKey =" goToConfigurationStoresPage" />
16+ <waitForPageLoad stepKey =" waitPageLoad" />
17+ </actionGroup >
18+ </actionGroups >
Original file line number Diff line number Diff line change 2525 <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginGetFromGeneralFile" />
2626 <actionGroup ref =" EnabledWYSIWYGActionGroup" stepKey =" enableWYSIWYG" />
2727 </before >
28- <amOnPage url =" {{ConfigurationStoresPage.url}}" stepKey =" navigateToWYSIWYGConfigPage1" />
29- <waitForPageLoad stepKey =" wait1" />
28+ <actionGroup ref =" AdminOpenConfigurationStoresPageActionGroup" stepKey =" navigateToWYSIWYGConfigPage1" />
3029 <conditionalClick stepKey =" expandWYSIWYGOptions1" selector =" {{ContentManagementSection.WYSIWYGOptions}}" dependentSelector =" {{ContentManagementSection.CheckIfTabExpand}}" visible =" true" />
3130 <waitForElementVisible selector =" {{ContentManagementSection.SwitcherSystemValue}}" stepKey =" waitForCheckbox1" />
3231 <uncheckOption selector =" {{ContentManagementSection.SwitcherSystemValue}}" stepKey =" uncheckUseSystemValue1" />
5352 <waitForPageLoad stepKey =" wait3" />
5453 <!-- see widget on Storefront-->
5554 <see userInput =" Hello TinyMCE4!" stepKey =" seeContent1" />
56- <amOnPage url =" {{ConfigurationStoresPage.url}}" stepKey =" navigateToWYSIWYGConfigPage2" />
57- <waitForPageLoad stepKey =" wait4" />
55+ <actionGroup ref =" AdminOpenConfigurationStoresPageActionGroup" stepKey =" navigateToWYSIWYGConfigPage2" />
5856 <conditionalClick stepKey =" expandWYSIWYGOptions" selector =" {{ContentManagementSection.WYSIWYGOptions}}" dependentSelector =" {{ContentManagementSection.CheckIfTabExpand}}" visible =" true" />
5957 <waitForElementVisible selector =" {{ContentManagementSection.SwitcherSystemValue}}" stepKey =" waitForCheckbox2" />
6058 <uncheckOption selector =" {{ContentManagementSection.SwitcherSystemValue}}" stepKey =" uncheckUseSystemValue2" />
You can’t perform that action at this time.
0 commit comments