Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaAPak committed Dec 2, 2020
1 parent 732c6ff commit a70dfc9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 70 deletions.
6 changes: 0 additions & 6 deletions app/code/Magento/Quote/Test/Mftf/Data/CustomerCartData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,4 @@
<requiredEntity type="billing_address">BillingAddressTX</requiredEntity>
</entity>

<entity name="CustomerOrderPaymentMethod" type="CustomerPaymentInformation">
<var key="cart_id" entityKey="return" entityType="CustomerCart"/>
<requiredEntity type="payment_method">PaymentMethodCheckMoneyOrder</requiredEntity>
<requiredEntity type="billing_address">BillingAddressTX</requiredEntity>
</entity>

</entities>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<operation name="CreateCreditMemo" dataType="CreditMemo" type="create" auth="adminOauth" url="V1/order/{return}/refund" method="POST">
<contentType>application/json</contentType>
<object key="cartItem" dataType="CartItem">
<field key="quote_id">string</field>
<field key="quote_id">string</field>
</object>
</operation>
</operations>
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
<element name="removeItems" type="select" selector="//span[text()='{{arg}}']/parent::td/following-sibling::td/select[@class='admin__control-select']" parameterized="true"/>
<element name="applyCoupon" type="input" selector="#coupons:code"/>
<element name="submitOrder" type="button" selector="#submit_order_top_button" timeout="60"/>

</section>
</sections>
62 changes: 0 additions & 62 deletions app/code/Magento/Sales/Test/Mftf/Test/AdminCreateInvoice.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<group value="sales"/>
<group value="mtf_migrated"/>
</annotations>

<before>

<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>

<createData entity="ApiCategory" stepKey="createCategory"/>
Expand Down

0 comments on commit a70dfc9

Please sign in to comment.