File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +8
-0
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
+
85
86
<actionGroup ref =" AdminOrderViewCheckStatusActionGroup" stepKey =" checkOrderStatus" >
86
87
<argument name =" status" value =" Processing" />
87
88
</actionGroup >
89
+ <!-- Open Invoice-->
90
+ <waitForElementClickable selector =" {{AdminOrderDetailsOrderViewSection.invoices}}" stepKey =" waitForInvoicesTabClickable" />
91
+ <click selector =" {{AdminOrderDetailsOrderViewSection.invoices}}" stepKey =" openInvoicesTab" />
92
+ <!-- Check Invoice Section -->
93
+ <waitForElementVisible selector =" {{AdminOrderDetailsMainActionsSection.invoiceTabContent}}" stepKey =" waitForInvoiceSectionContentToBeAppeared" />
94
+
95
+
88
96
<waitForElementVisible selector =" {{AdminOrderDetailsInformationSection.paymentInformationField('Last Transaction ID')}}" stepKey =" waitForLastTransactionIDFieldToBeAppearedAfterSubmittingInvoice" />
89
97
<grabTextFrom selector =" {{AdminOrderDetailsInformationSection.paymentInformationField('Last Transaction ID')}}" stepKey =" grabLastTransactionIDForCaptured" />
90
98
<!-- Open the comment history tab and assert the comment-->
You can’t perform that action at this time.
0 commit comments