File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 53
53
<actionGroup ref =" GoToSpecifiedCreateProductPageActionGroup" stepKey =" openProductFillForm" >
54
54
<argument name =" productType" value =" giftcard" />
55
55
</actionGroup >
56
- <!-- Fill gift card product values -->
57
- <actionGroup ref =" AdminFillGiftCardProductFieldsActionGroup" stepKey =" fillGiftCardProductFields" >
58
- <argument name =" product" value =" GiftCard" />
59
- </actionGroup >
60
- <!-- Add amount to gift card product -->
61
- <actionGroup ref =" addGiftCardAmount" stepKey =" addAmountToGiftCard" >
62
- <argument name =" giftCardAmount" value =" GiftCard.amounts[0]" />
63
- </actionGroup >
64
56
<!-- Add gift card product to category -->
65
57
<searchAndMultiSelectOption selector =" {{AdminProductFormSection.categoriesDropdown}}" parameterArray =" [$$createCategory.name$$]" stepKey =" fillCategory" after =" addAmountToGiftCard" />
66
58
<!-- Save gift card product -->
127
119
<!-- Check comment history -->
128
120
<actionGroup ref =" AdminOpenOrderCommentsHistoryActionGroup" stepKey =" clickOnCommentsHistory" />
129
121
<waitForText selector =" {{AdminOrderCommentsTabSection.orderCommentsWithType('Captured amount')}}" userInput =" Captured amount of $15.00 online. Transaction ID: " {$grabLastTransactionIDForCaptured}" " stepKey =" seeOrderHistoryNotes" />
130
- <!-- Go to invoice tab and verify invoice is present-->
131
- <actionGroup ref =" AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey =" clickInvoicesTabOrdersPage" />
132
- <waitForElementVisible selector =" {{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey =" waitForInvoicesTabOpenedOne" />
133
- <seeElement selector =" {{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey =" seeForInvoicesTabOpenedOne" />
134
- </test >
122
+ </test >
135
123
</tests >
You can’t perform that action at this time.
0 commit comments