Skip to content

Commit c64fd57

Browse files
committed
#21963: Functional test fix.
1 parent 719ed40 commit c64fd57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrderFormPaymentSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<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"/>
1313
<element name="getShippingMethods" type="text" selector="#order-shipping_method a.action-default" timeout="30"/>
1414
<element name="flatRateOption" type="radio" selector="#s_method_flatrate_flatrate" timeout="30"/>
1515
<element name="shippingError" type="text" selector="#order[has_shipping]-error"/>

dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Create extends Block
105105
*
106106
* @var string
107107
*/
108-
protected $orderMethodsSelector = '#shipping-methods';
108+
protected $orderMethodsSelector = '#order-methods';
109109

110110
/**
111111
* Page header.

0 commit comments

Comments
 (0)