Skip to content

Commit a70dfc9

Browse files
committed
refactored
1 parent 732c6ff commit a70dfc9

File tree

5 files changed

+3
-70
lines changed

5 files changed

+3
-70
lines changed

app/code/Magento/Quote/Test/Mftf/Data/CustomerCartData.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,4 @@
2525
<requiredEntity type="billing_address">BillingAddressTX</requiredEntity>
2626
</entity>
2727

28-
<entity name="CustomerOrderPaymentMethod" type="CustomerPaymentInformation">
29-
<var key="cart_id" entityKey="return" entityType="CustomerCart"/>
30-
<requiredEntity type="payment_method">PaymentMethodCheckMoneyOrder</requiredEntity>
31-
<requiredEntity type="billing_address">BillingAddressTX</requiredEntity>
32-
</entity>
33-
3428
</entities>

app/code/Magento/Sales/Test/Mftf/Metadata/CreditMemoMeta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<operation name="CreateCreditMemo" dataType="CreditMemo" type="create" auth="adminOauth" url="V1/order/{return}/refund" method="POST">
1212
<contentType>application/json</contentType>
1313
<object key="cartItem" dataType="CartItem">
14-
<field key="quote_id">string</field>
14+
<field key="quote_id">string</field>
1515
</object>
1616
</operation>
1717
</operations>

app/code/Magento/Sales/Test/Mftf/Section/OrdersGridSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@
3030
<element name="removeItems" type="select" selector="//span[text()='{{arg}}']/parent::td/following-sibling::td/select[@class='admin__control-select']" parameterized="true"/>
3131
<element name="applyCoupon" type="input" selector="#coupons:code"/>
3232
<element name="submitOrder" type="button" selector="#submit_order_top_button" timeout="60"/>
33-
3433
</section>
3534
</sections>

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateInvoice.xml

Lines changed: 0 additions & 62 deletions
This file was deleted.

app/code/Magento/Sales/Test/Mftf/Test/AdminMassOrdersCancelCompleteAndClosedAPITest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
<group value="sales"/>
1919
<group value="mtf_migrated"/>
2020
</annotations>
21+
2122
<before>
23+
2224
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
2325

2426
<createData entity="ApiCategory" stepKey="createCategory"/>

0 commit comments

Comments
 (0)