Skip to content

Commit 5ee6e5e

Browse files
committed
MAGETWO-94862: Acceptance tests improvement
1 parent c6df596 commit 5ee6e5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontFillOrderInformationActionGroup.xml renamed to app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontSearchGuestOrderActionGroup.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<!--Fill order information fields and click continue-->
12-
<actionGroup name="StorefrontFillOrderInformationActionGroup">
12+
<actionGroup name="StorefrontSearchGuestOrderActionGroup">
1313
<arguments>
1414
<argument name="orderId" type="string"/>
15-
<argument name="orderLastName"/>
16-
<argument name="orderEmail"/>
15+
<argument name="orderLastName" type="string"/>
16+
<argument name="orderEmail" type="string"/>
1717
</arguments>
1818
<amOnPage url="{{StorefrontGuestOrderSearchPage.url}}" stepKey="navigateToOrderAndReturnPage"/>
1919
<fillField selector="{{StorefrontGuestOrderSearchSection.orderId}}" userInput="{{orderId}}" stepKey="fillOrderId"/>

0 commit comments

Comments
 (0)