File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 62
62
<grabTextFrom selector =" {{AdminOrderDetailsInformationSection.paymentInformationField('Last Transaction ID')}}" stepKey =" grabTransactionID" />
63
63
<actionGroup ref =" AdminOpenOrderCommentsHistoryActionGroup" stepKey =" clickOnCommentsHistory" />
64
64
<waitForText selector =" {{AdminOrderCommentsTabSection.orderCommentsWithType('Canceled order')}}" userInput =" Canceled order online Amount: $145.98. Transaction ID: " {$grabTransactionID}" " stepKey =" seeOrderHistoryNotesAfterCancelingOrder" />
65
- <waitForText selector =" {{AdminOrderCommentsTabSection.orderComment}}" userInput =" Authorized amount of $145.98." stepKey =" seeOrderHistoryNotes" />
66
65
<actionGroup ref =" AdminAssertTransactionTypeInTransactionTabActionGroup" stepKey =" assertTransactionTypeHasAuthorization" >
67
66
<argument name =" transactionType" value =" authorization" />
68
67
</actionGroup >
69
- <waitForText selector =" {{AdminTransactionsGridSection.transactionData('Is Closed')}}" userInput =" Yes" stepKey =" seeIfClosedHeaderIsSetAsYesForVoid " />
68
+ <waitForText selector =" {{AdminTransactionsGridSection.transactionData('Is Closed')}}" userInput =" Yes" stepKey =" seeIfClosedHeaderIsSetAsYesForAuthorization " />
70
69
<waitForElementClickable selector =" {{AdminProductFormActionSection.backButton}}" stepKey =" waitForBackButtonToBeClicked" />
71
70
<click selector =" {{AdminProductFormActionSection.backButton}}" stepKey =" clickBackButton" />
72
- <actionGroup ref =" AdminAssertTransactionTypeInTransactionTabActionGroup" stepKey =" assertTransactionTypeHasAuthorization " >
71
+ <actionGroup ref =" AdminAssertTransactionTypeInTransactionTabActionGroup" stepKey =" assertTransactionTypeHasVoid " >
73
72
<argument name =" transactionType" value =" void" />
74
73
</actionGroup >
75
74
<waitForText selector =" {{AdminTransactionsGridSection.transactionData('Is Closed')}}" userInput =" Yes" stepKey =" seeIfClosedHeaderIsSetAsYesForVoid" />
You can’t perform that action at this time.
0 commit comments