File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Config/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" EnabledWYSIWYG" >
12
- <amOnPage url =" admin/admin/system_config/edit/section/cms/ " stepKey =" navigateToConfigurationPage" />
12
+ <amOnPage url =" {{ConfigurationStoresPage.url}} " stepKey =" navigateToConfigurationPage" />
13
13
<waitForPageLoad stepKey =" wait1" />
14
14
<conditionalClick stepKey =" expandWYSIWYGOptions" selector =" {{ContentManagementSection.WYSIWYGOptions}}" dependentSelector =" {{ContentManagementSection.CheckIfTabExpand}}" visible =" true" />
15
15
<waitForElementVisible selector =" {{ContentManagementSection.EnableWYSIWYG}}" stepKey =" waitForEnableWYSIWYGDropdown1" />
20
20
<click selector =" {{ContentManagementSection.Save}}" stepKey =" saveConfig" />
21
21
</actionGroup >
22
22
<actionGroup name =" DisabledWYSIWYG" >
23
- <amOnPage url =" admin/admin/system_config/edit/section/cms/ " stepKey =" navigateToConfigurationPage" />
23
+ <amOnPage url =" {{ConfigurationStoresPage.url}} " stepKey =" navigateToConfigurationPage" />
24
24
<waitForPageLoad stepKey =" wait3" />
25
25
<conditionalClick stepKey =" expandWYSIWYGOptions" selector =" {{ContentManagementSection.WYSIWYGOptions}}" dependentSelector =" {{ContentManagementSection.CheckIfTabExpand}}" visible =" true" />
26
26
<waitForElementVisible selector =" {{ContentManagementSection.EnableWYSIWYG}}" stepKey =" waitForEnableWYSIWYGDropdown2" time =" 30" />
You can’t perform that action at this time.
0 commit comments