File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Config/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-1
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 =" AdminDisableDHLConfigurationActionGroup" >
12
- <conditionalClick selector =" {{AdminShippingMethodDHLSection.carriersDHLTab}}" dependentSelector =" {{AdminShippingMethodDHLSection.carriersDHLTabOpen}}" visible =" false" stepKey =" toggleClick " />
12
+ <conditionalClick selector =" {{AdminShippingMethodDHLSection.carriersDHLTab}}" dependentSelector =" {{AdminShippingMethodDHLSection.carriersDHLTabOpen}}" visible =" false" stepKey =" openDHLSection " />
13
13
<waitForElementVisible selector =" {{AdminShippingMethodDHLSection.carriersDHLSelectBox}}" stepKey =" waitForCarriersDHLActiveCheckbox" />
14
14
<selectOption selector =" {{AdminShippingMethodDHLSection.carriersDHLSelectBox}}" userInput =" No" stepKey =" selectOptionForDHLEnabled" />
15
15
<checkOption selector =" {{AdminShippingMethodDHLSection.carriersDHLActive}}" stepKey =" clickOnFreeShippingCheckbox" />
You can’t perform that action at this time.
0 commit comments