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 1313 <argument name =" shipping" defaultValue =" UPSShippingMethod" />
1414 <argument name =" weight" type =" string" />
1515 </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" />
1819 </actionGroup >
1920</actionGroups >
You can’t perform that action at this time.
0 commit comments