File tree Expand file tree Collapse file tree 3 files changed +0
-24
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminCreateInvoiceActionGroup" >
12
- <annotations >
13
- <description >Admin create invoice on order page by click on button Invoice</description >
14
- <page >AdminOrderDetailsPage</page >
15
- </annotations >
16
12
<click selector =" {{AdminOrderDetailsMainActionsSection.invoice}}" stepKey =" clickInvoice" />
17
13
<waitForPageLoad stepKey =" waitForInvoicePage" />
18
14
<click selector =" {{AdminInvoiceMainActionsSection.submitInvoice}}" stepKey =" submitInvoice" />
19
15
<waitForPageLoad stepKey =" waitForLoadPage" />
20
16
<see userInput =" The invoice has been created." stepKey =" seeMessage" />
21
17
</actionGroup >
22
18
<actionGroup name =" AdminCreateInvoiceAndShipmentActionGroup" extends =" AdminCreateInvoiceActionGroup" >
23
- <annotations >
24
- <description >Admin create invoice and shipment</description >
25
- <page >AdminOrderDetailsPage</page >
26
- </annotations >
27
19
<checkOption selector =" {{AdminInvoicePaymentShippingSection.CreateShipment}}" stepKey =" checkCreateShipment" after =" waitForInvoicePage" />
28
20
<see userInput =" You created the invoice and shipment." stepKey =" seeMessage" />
29
21
</actionGroup >
30
22
<actionGroup name =" AdminCreateInvoiceAndCreditMemoActionGroup" extends =" AdminCreateInvoiceActionGroup" >
31
- <annotations >
32
- <description >Admin create invoice and credit memo</description >
33
- <page >AdminOrderDetailsPage</page >
34
- </annotations >
35
23
<click selector =" {{AdminOrderDetailsMainActionsSection.creditMemo}}" stepKey =" pushButtonCreditMemo" after =" seeMessage" />
36
24
<waitForPageLoad stepKey =" waitForLoadingCreditMemoPage" after =" pushButtonCreditMemo" />
37
25
<scrollTo selector =" {{AdminCreditMemoTotalSection.submitRefundOffline}}" stepKey =" scrollToBottom" after =" waitForLoadingCreditMemoPage" />
Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminOrderActionOnGridActionGroup" >
12
- <annotations >
13
- <description >Admin check order by OrderId in orders grid and select action by name</description >
14
- <page >AdminOrdersPage</page >
15
- </annotations >
16
12
<arguments >
17
13
<argument name =" action" type =" string" />
18
14
<argument name =" orderId" type =" string" />
24
20
<waitForPageLoad stepKey =" waitForResults" />
25
21
</actionGroup >
26
22
<actionGroup name =" AdminTwoOrderActionOnGridActionGroup" extends =" AdminOrderActionOnGridActionGroup" >
27
- <annotations >
28
- <description >Admin check 2 orders by OrderId in orders grid and select action by name</description >
29
- <page >AdminOrdersPage</page >
30
- </annotations >
31
23
<arguments >
32
24
<argument name =" secondOrderId" type =" string" />
33
25
</arguments >
Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminOrderFilterByOrderIdAndStatusActionGroup" >
12
- <annotations >
13
- <description >Admin filter order by OrderID and order status in Orders Grid</description >
14
- <page >AdminOrdersPage</page >
15
- </annotations >
16
12
<arguments >
17
13
<argument name =" orderId" type =" string" />
18
14
<argument name =" orderStatus" type =" string" />
You can’t perform that action at this time.
0 commit comments