Skip to content

Commit 8a28fa6

Browse files
committed
MC-12599: Checkout can properly process flow if list of shipping carriers are changed during place order
Fixed typo
1 parent 045dbc1 commit 8a28fa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeFlatRateShippingMethodStatusActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<arguments>
1313
<argument name="status" type="string" defaultValue="1"/>
1414
</arguments>
15-
<conditionalClick selector="{{AdminShippingMethodFlatRateSection.carriersFratRateTab}}" dependentSelector="{{AdminShippingMethodFlatRateSection.carriersFlatRateActive}}" visible="false" stepKey="expandTab"/>
15+
<conditionalClick selector="{{AdminShippingMethodFlatRateSection.carriersFlatRateTab}}" dependentSelector="{{AdminShippingMethodFlatRateSection.carriersFlatRateActive}}" visible="false" stepKey="expandTab"/>
1616
<selectOption selector="{{AdminShippingMethodFlatRateSection.carriersFlatRateActive}}" userInput="{{status}}" stepKey="changeFlatRateMethodStatus"/>
1717
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfigs"/>
1818
<waitForPageLoad stepKey="waitForPageLoad"/>

app/code/Magento/Shipping/Test/Mftf/Section/AdminShippingMethodFlatRateSection.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="AdminShippingMethodFlatRateSection">
12-
<element name="carriersFratRateTab" type="button" selector="#carriers_flatrate-head"/>
12+
<element name="carriersFlatRateTab" type="button" selector="#carriers_flatrate-head"/>
1313
<element name="carriersFlatRateActive" type="select" selector="#carriers_flatrate_active"/>
1414
</section>
1515
</sections>

0 commit comments

Comments
 (0)