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 8282 <waitForPageLoad stepKey =" waitPageToBeLoaded" after =" clickUpdateQtyAfterUpdatingInvoiceBtn" />
8383 <seeOptionIsSelected userInput =" Capture Online" selector =" {{AdminInvoiceTotalSection.amount}}" stepKey =" seeOptionType" after =" waitPageToBeLoaded" />
8484 <actionGroup ref =" AdminInvoiceClickSubmitActionGroup" stepKey =" clickSubmitInvoice" />
85+
8586 <actionGroup ref =" AdminOrderViewCheckStatusActionGroup" stepKey =" checkOrderStatus" >
8687 <argument name =" status" value =" Processing" />
8788 </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+
8896 <waitForElementVisible selector =" {{AdminOrderDetailsInformationSection.paymentInformationField('Last Transaction ID')}}" stepKey =" waitForLastTransactionIDFieldToBeAppearedAfterSubmittingInvoice" />
8997 <grabTextFrom selector =" {{AdminOrderDetailsInformationSection.paymentInformationField('Last Transaction ID')}}" stepKey =" grabLastTransactionIDForCaptured" />
9098 <!-- Open the comment history tab and assert the comment-->
You can’t perform that action at this time.
0 commit comments