File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
app/code/Magento/Config/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" ../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/actionGroupSchema.xsd" >
11
- <actionGroup name =" useStaticURLForMediaContentInWYSIWYGActionGroup" >
11
+ <actionGroup name =" UseStaticURLForMediaContentInWYSIWYG" >
12
+ <arguments >
13
+ <argument name =" value" defaultValue =" Yes" type =" string" />
14
+ </arguments >
12
15
<amOnPage url =" {{ConfigurationStoresPage.url}}" stepKey =" navigateToWYSIWYGConfigPage1" />
13
- <waitForPageLoad stepKey =" waitForPageLoad " />
16
+ <waitForPageLoad stepKey =" waitForPageLoad1 " />
14
17
<conditionalClick stepKey =" expandWYSIWYGOptions" selector =" {{ContentManagementSection.WYSIWYGOptions}}" dependentSelector =" {{ContentManagementSection.CheckIfTabExpand}}" visible =" true" />
15
18
<waitForElementVisible selector =" {{ContentManagementSection.EnableWYSIWYG}}" stepKey =" waitForEnableWYSIWYGDropdown1" />
16
- <selectOption selector =" {{ContentManagementSection.StaticURL}}" userInput =" Yes " stepKey =" selectOption1" />
19
+ <selectOption selector =" {{ContentManagementSection.StaticURL}}" userInput =" {{value}} " stepKey =" selectOption1" />
17
20
<click selector =" {{ContentManagementSection.WYSIWYGOptions}}" stepKey =" collapseWYSIWYGOptions" />
18
21
<click selector =" {{ContentManagementSection.Save}}" stepKey =" saveConfig" />
22
+ <waitForPageLoad stepKey =" waitForPageLoad2" />
19
23
</actionGroup >
20
24
</actionGroups >
You can’t perform that action at this time.
0 commit comments