Skip to content

Commit d3be781

Browse files
committed
MC-18215: Error message while creating shipping label
- Updated automated test script
1 parent 0638aca commit d3be781

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/code/Magento/Fedex/Test/Mftf/Test/AdminCreatingShippingLabelTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<actionGroup ref="goToShipmentIntoOrder" stepKey="goToShipmentIntoOrder"/>
115115
<checkOption selector="{{AdminShipmentTotalSection.createShippingLabel}}" stepKey="checkCreateShippingLabel"/>
116116
<click selector="{{AdminShipmentMainActionsSection.submitShipment}}" stepKey="clickSubmitShipment"/>
117-
<actionGroup ref="AdminShipmentCreatePackageActionGroup" stepKey="createPackage">
117+
<actionGroup ref="AdminShipmentCreateShippingLabelActionGroup" stepKey="createPackage">
118118
<argument name="productName" value="$$createProduct.name$$"/>
119119
</actionGroup>
120120
<actionGroup ref="AdminGoToShipmentTabActionGroup" stepKey="goToShipmentTab"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<seeInCurrentUrl url="{{AdminOrderDetailsPage.url}}" stepKey="seeViewOrderPageShipping"/>
6363
<see selector="{{AdminOrderDetailsMessagesSection.successMessage}}" userInput="The shipment has been created." stepKey="seeShipmentCreateSuccess"/>
6464
</actionGroup>
65-
<actionGroup name="AdminShipmentCreatePackageActionGroup">
65+
<actionGroup name="AdminShipmentCreateShippingLabelActionGroup">
6666
<arguments>
6767
<argument name="productName" type="string" defaultValue="{{SimpleProduct.name}}"/>
6868
</arguments>

0 commit comments

Comments
 (0)