File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Shipping/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 13
13
<argument name =" shipping" defaultValue =" UPSShippingMethod" />
14
14
<argument name =" weight" type =" string" />
15
15
</arguments >
16
- <uncheckOption selector =" {{AdminShippingMethodUPSSection.weightUnitCheckbox}}" stepKey =" unCheckWeightUnits" after =" selectDebugToYes" />
17
- <selectOption selector =" {{AdminShippingMethodUPSSection.weightUnitSelect}}" userInput =" {{weight}}" stepKey =" selectWeightUnit" after =" unCheckWeightUnits" />
16
+ <waitForElementVisible selector =" {{AdminShippingMethodUPSSection.weightUnitCheckbox}}" stepKey =" waitForUnCheckWeightUnits" after =" selectDebugToYes" />
17
+ <uncheckOption selector =" {{AdminShippingMethodUPSSection.weightUnitCheckbox}}" stepKey =" unSelectWeightUnits" after =" waitForUnCheckWeightUnits" />
18
+ <selectOption selector =" {{AdminShippingMethodUPSSection.weightUnitSelect}}" userInput =" {{weight}}" stepKey =" selectWeightUnit" after =" unSelectWeightUnits" />
18
19
</actionGroup >
19
20
</actionGroups >
You can’t perform that action at this time.
0 commit comments