File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
+ <!-- Fill order information fields and click continue-->
12
+ <actionGroup name =" StorefrontSearchGuestOrderActionGroup" >
13
+ <arguments >
14
+ <argument name =" orderId" type =" string" />
15
+ <argument name =" orderLastName" type =" string" />
16
+ <argument name =" orderEmail" type =" string" />
17
+ </arguments >
18
+ <amOnPage url =" {{StorefrontGuestOrderSearchPage.url}}" stepKey =" navigateToOrderAndReturnPage" />
19
+ <fillField selector =" {{StorefrontGuestOrderSearchSection.orderId}}" userInput =" {{orderId}}" stepKey =" fillOrderId" />
20
+ <fillField selector =" {{StorefrontGuestOrderSearchSection.billingLastName}}" userInput =" {{orderLastName}}" stepKey =" fillBillingLastName" />
21
+ <fillField selector =" {{StorefrontGuestOrderSearchSection.email}}" userInput =" {{orderEmail}}" stepKey =" fillEmail" />
22
+ <click selector =" {{StorefrontGuestOrderSearchSection.continue}}" stepKey =" clickContinue" />
23
+ <waitForPageLoad stepKey =" waitForOrderInformationPageLoad" />
24
+ <seeInCurrentUrl url =" {{StorefrontGuestOrderViewPage.url}}" stepKey =" seeOrderInformationUrl" />
25
+ </actionGroup >
26
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments