File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Sales/Test/Mftf/Section
dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" AdminOrderFormPaymentSection" >
12
- <element name =" header" type =" text" selector =" #shipping -methods span.title" />
12
+ <element name =" header" type =" text" selector =" #order -methods span.title" />
13
13
<element name =" getShippingMethods" type =" text" selector =" #order-shipping_method a.action-default" timeout =" 30" />
14
14
<element name =" flatRateOption" type =" radio" selector =" #s_method_flatrate_flatrate" timeout =" 30" />
15
15
<element name =" shippingError" type =" text" selector =" #order[has_shipping]-error" />
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class Create extends Block
105
105
*
106
106
* @var string
107
107
*/
108
- protected $ orderMethodsSelector = '#shipping -methods ' ;
108
+ protected $ orderMethodsSelector = '#order -methods ' ;
109
109
110
110
/**
111
111
* Page header.
You can’t perform that action at this time.
0 commit comments