File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
app/code/Magento/Config/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 29
29
<click selector =" {{ContentManagementSection.WYSIWYGOptions}}" stepKey =" collapseWYSIWYGOptions" />
30
30
<click selector =" {{ContentManagementSection.Save}}" stepKey =" saveConfig" />
31
31
</actionGroup >
32
+ <actionGroup name =" UseStaticURLForMediaContentInWYSIWYG" >
33
+ <arguments >
34
+ <argument name =" value" defaultValue =" Yes" type =" string" />
35
+ </arguments >
36
+ <amOnPage url =" {{ConfigurationStoresPage.url}}" stepKey =" navigateToWYSIWYGConfigPage1" />
37
+ <waitForPageLoad stepKey =" waitForPageLoad1" />
38
+ <conditionalClick stepKey =" expandWYSIWYGOptions" selector =" {{ContentManagementSection.WYSIWYGOptions}}" dependentSelector =" {{ContentManagementSection.CheckIfTabExpand}}" visible =" true" />
39
+ <waitForElementVisible selector =" {{ContentManagementSection.EnableWYSIWYG}}" stepKey =" waitForEnableWYSIWYGDropdown1" />
40
+ <selectOption selector =" {{ContentManagementSection.StaticURL}}" userInput =" {{value}}" stepKey =" selectOption1" />
41
+ <click selector =" {{ContentManagementSection.WYSIWYGOptions}}" stepKey =" collapseWYSIWYGOptions" />
42
+ <click selector =" {{ContentManagementSection.Save}}" stepKey =" saveConfig" />
43
+ <waitForPageLoad stepKey =" waitForPageLoad2" />
44
+ </actionGroup >
32
45
</actionGroups >
You can’t perform that action at this time.
0 commit comments