File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 36
36
</createData >
37
37
</before >
38
38
<after >
39
- <actionGroup ref =" DeleteProductBySkuActionGroup" stepKey =" deleteProduct" >
40
- <argument name =" sku" value =" {{GiftCard.sku}}" />
41
- </actionGroup >
42
39
<magentoCLI command =" config:set paypal/general/merchant_country US" stepKey =" setMerchantCountry" />
43
40
<magentoCLI command =" config:set payment/paypal_express/active 0" stepKey =" disablePayPalExpress" />
44
41
<actionGroup ref =" StorefrontCustomerLogoutActionGroup" stepKey =" logoutCustomer" />
60
57
<actionGroup ref =" LoginToStorefrontActionGroup" stepKey =" signUpNewUser" >
61
58
<argument name =" Customer" value =" $$createCustomer$$" />
62
59
</actionGroup >
63
- <!-- Quick search gift card product -->
64
- <actionGroup ref =" StorefrontCheckQuickSearchActionGroup" stepKey =" quickSearchForGiftCardProduct" >
65
- <argument name =" phrase" value =" GiftCard.sku" />
66
- </actionGroup >
67
60
<!-- Go to gift card product page on storefront -->
68
61
<seeElement selector =" {{StorefrontCategoryMainSection.productLink}}" stepKey =" seeProductsInCategory" />
69
62
<waitForElementClickable selector =" {{StorefrontCategoryMainSection.productLink}}" stepKey =" waitForProductClickable" />
You can’t perform that action at this time.
0 commit comments