Skip to content

Commit 3dd464b

Browse files
committed
Merge branch 'MC-6405' into 'MC-18826'
MC-18826: Increase test coverage for Cart & Checkout and Order Processing functional areas See merge request magn-m23/magn-m23!1731
2 parents 305ad20 + 65a6eb4 commit 3dd464b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontShipmentActionGroup.xml renamed to app/code/Magento/Shipping/Test/Mftf/ActionGroup/StorefrontSetShippingMethodActionGroup.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="SetShippingMethodActionGroup">
11+
<actionGroup name="StorefrontSetShippingMethodActionGroup">
12+
<annotations>
13+
<description>Selects the provided Shipping Method on checkout shipping and wait loading mask.</description>
14+
</annotations>
1215
<arguments>
1316
<argument name="shippingMethodName" type="string" defaultValue="Flat Rate"/>
1417
</arguments>

app/code/Magento/Shipping/Test/Mftf/Test/StorefrontDisplayTableRatesShippingMethodForAETest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<actionGroup ref="AssertStoreFrontShippingMethodAvailableActionGroup" stepKey="assertShippingMethodAvailable">
6464
<argument name="shippingMethodName" value="Best Way"/>
6565
</actionGroup>
66-
<actionGroup ref="SetShippingMethodActionGroup" stepKey="setShippingMethodTableRate">
66+
<actionGroup ref="StorefrontSetShippingMethodActionGroup" stepKey="setShippingMethodTableRate">
6767
<argument name="shippingMethodName" value="Best Way"/>
6868
</actionGroup>
6969
<!--Proceed to Review and Payments section-->

0 commit comments

Comments
 (0)