Skip to content

Commit 74cf7ba

Browse files
ACQE-6375:Registered Checkout Using PayPal Smart Button and Flat Rate
Removed steps related to gift card
1 parent 04e8573 commit 74cf7ba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/RegisteredPaypalCheckoutWithFlatRatePaymentActionSaleTest.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
</createData>
3737
</before>
3838
<after>
39-
<actionGroup ref="DeleteProductBySkuActionGroup" stepKey="deleteProduct">
40-
<argument name="sku" value="{{GiftCard.sku}}"/>
41-
</actionGroup>
4239
<magentoCLI command="config:set paypal/general/merchant_country US" stepKey="setMerchantCountry"/>
4340
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
4441
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer" />
@@ -60,10 +57,6 @@
6057
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="signUpNewUser">
6158
<argument name="Customer" value="$$createCustomer$$"/>
6259
</actionGroup>
63-
<!-- Quick search gift card product -->
64-
<actionGroup ref="StorefrontCheckQuickSearchActionGroup" stepKey="quickSearchForGiftCardProduct">
65-
<argument name="phrase" value="GiftCard.sku"/>
66-
</actionGroup>
6760
<!-- Go to gift card product page on storefront -->
6861
<seeElement selector="{{StorefrontCategoryMainSection.productLink}}" stepKey="seeProductsInCategory"/>
6962
<waitForElementClickable selector="{{StorefrontCategoryMainSection.productLink}}" stepKey="waitForProductClickable"/>

0 commit comments

Comments
 (0)