File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1717 <testCaseId value =" AC-5246" />
1818 <group value =" 3rd_party_integration" />
1919 <group value =" paypalExpress" />
20+ <group value =" pr_exclude" />
2021 </annotations >
2122 <before >
2223 <!-- Precondition1: create Simple product -->
6566 <actionGroup ref =" AdminOpenOrderCommentsHistoryActionGroup" stepKey =" clickOnCommentsHistory" />
6667 <waitForText selector =" {{AdminOrderCommentsTabSection.orderComment}}" userInput =" Authorized amount of $15.00." stepKey =" seeOrderHistoryNotes" />
6768 <!-- Open invoice tab and verify the invoice is present-->
69+ <waitForElementClickable selector =" {{AdminOrderDetailsOrderViewSection.invoices}}" stepKey =" waitForInvoicesTabToBeClickable" />
6870 <click selector =" {{AdminOrderDetailsOrderViewSection.invoices}}" stepKey =" clickOrderInvoicesTab" />
69- <waitForLoadingMaskToDisappear stepKey =" waitForInvoiceGridLoadingMask" />
70- <waitForText selector =" {{AdminOrderDetailsMainActionsSection.invoiceTabContent1}}" userInput =" We couldn't find any records. " stepKey =" verifyThereIsNoInvoiceCreated" />
71+ <waitForPageLoad stepKey =" waitForInvoiceGridLoadingMask" />
72+ <waitForText selector =" {{AdminOrderDetailsMainActionsSection.invoiceTabContent1}}" userInput =" {{InvoiceTabErrorMessage.error_Message}} " stepKey =" verifyThereIsNoInvoiceCreated" />
7173 </test >
7274</tests >
Original file line number Diff line number Diff line change 1313 <entity name =" Invoice" type =" Invoice" >
1414 <var key =" quote_id" entityKey =" return" entityType =" CustomerCart" />
1515 </entity >
16-
16+ <entity name =" InvoiceTabErrorMessage" type =" message" >
17+ <data key =" error_Message" >We couldn't find any records.</data >
18+ </entity >
1719</entities >
You can’t perform that action at this time.
0 commit comments