File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 82
82
<waitForPageLoad stepKey =" waitPageToBeLoaded" after =" clickUpdateQtyAfterUpdatingInvoiceBtn" />
83
83
<seeOptionIsSelected userInput =" Capture Online" selector =" {{AdminInvoiceTotalSection.amount}}" stepKey =" seeOptionType" after =" waitPageToBeLoaded" />
84
84
<actionGroup ref =" AdminInvoiceClickSubmitActionGroup" stepKey =" clickSubmitInvoice" />
85
-
86
85
<actionGroup ref =" AdminOrderViewCheckStatusActionGroup" stepKey =" checkOrderStatus" >
87
86
<argument name =" status" value =" Processing" />
88
87
</actionGroup >
91
90
<click selector =" {{AdminOrderDetailsOrderViewSection.invoices}}" stepKey =" openInvoicesTab" />
92
91
<!-- Check Invoice Section -->
93
92
<waitForElementVisible selector =" {{AdminOrderDetailsMainActionsSection.invoiceTabContent}}" stepKey =" waitForInvoiceSectionContentToBeAppeared" />
93
+ <waitForElementClickable selector =" {{AdminOrderDetailsOrderViewSection.information}}" stepKey =" waitForClickOrderInformation" />
94
+ <click selector =" {{AdminOrderDetailsOrderViewSection.information}}" stepKey =" clickInformation" />
95
+ <waitForPageLoad stepKey =" waitForOrderInformationTabLoadingMask" />
96
+
94
97
<waitForElementVisible selector =" {{AdminOrderDetailsInformationSection.paymentInformationField('Last Transaction ID')}}" stepKey =" waitForLastTransactionIDFieldToBeAppearedAfterSubmittingInvoice" />
95
98
<grabTextFrom selector =" {{AdminOrderDetailsInformationSection.paymentInformationField('Last Transaction ID')}}" stepKey =" grabLastTransactionIDForCaptured" />
96
99
<!-- Open the comment history tab and assert the comment-->
You can’t perform that action at this time.
0 commit comments