File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
app/code/Magento/Shipping/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-3
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
- <waitForElementClickable selector =" {{AdminShippingMethodUPSSection.weightUnitCheckbox}}" stepKey =" waitForUnCheckWeightUnits" after =" selectDebugToYes" />
16
+ <scrollTo selector =" {{AdminShippingMethodUPSSection.weightUnitCheckbox}}" stepKey =" scrollToWeightUnits" after =" enterTrackingRestURl" />
17
+ <waitForElementClickable selector =" {{AdminShippingMethodUPSSection.weightUnitCheckbox}}" stepKey =" waitForUnCheckWeightUnits" after =" scrollToWeightUnits" />
17
18
<uncheckOption selector =" {{AdminShippingMethodUPSSection.weightUnitCheckbox}}" stepKey =" unSelectWeightUnits" after =" waitForUnCheckWeightUnits" />
18
19
<selectOption selector =" {{AdminShippingMethodUPSSection.weightUnitSelect}}" userInput =" {{weight}}" stepKey =" selectWeightUnit" after =" unSelectWeightUnits" />
19
20
</actionGroup >
Original file line number Diff line number Diff line change 36
36
<element name =" containerCheckbox" type =" checkbox" selector =" //tr[@id='row_carriers_ups_container']//td//input[@id='carriers_ups_container_inherit']" />
37
37
<element name =" destinationTypeSelect" type =" select" selector =" //tr[@id='row_carriers_ups_dest_type']//td//select[@id='carriers_ups_dest_type']" />
38
38
<element name =" destinationTypeCheckbox" type =" checkbox" selector =" //tr[@id='row_carriers_ups_dest_type']//td//input[@id='carriers_ups_dest_type_inherit']" />
39
- <element name =" weightUnitSelect" type =" select" selector =" //select[@id='carriers_ups_unit_of_measure']" />
40
- <element name =" weightUnitCheckbox" type =" checkbox" selector =" //input[@id='carriers_ups_unit_of_measure_inherit']" />
39
+ <element name =" weightUnitSelect" type =" select" selector =" //tr[@id='row_carriers_ups_unit_of_measure']//td// select[@id='carriers_ups_unit_of_measure']" />
40
+ <element name =" weightUnitCheckbox" type =" checkbox" selector =" //tr[@id='row_carriers_ups_unit_of_measure']//td// input[@id='carriers_ups_unit_of_measure_inherit']" />
41
41
<element name =" trackingURLCheckbox" type =" checkbox" selector =" //tr[@id='row_carriers_ups_tracking_url']//td//input[@id='carriers_ups_tracking_url_inherit']" />
42
42
<element name =" trackingURLInput" type =" input" selector =" //tr[@id='row_carriers_ups_tracking_url']//td//input[@id='carriers_ups_tracking_url']" />
43
43
<element name =" handlingFee" type =" input" selector =" //tr[@id='row_carriers_ups_handling_fee']//td//input[@id='carriers_ups_handling_fee']" />
You can’t perform that action at this time.
0 commit comments