We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2510c4a commit e402fc8Copy full SHA for e402fc8
app/code/Magento/Sales/Test/Mftf/Test/AdminCreateInvoiceTest.xml
@@ -68,6 +68,7 @@
68
<click selector="{{AdminOrdersGridSection.firstRow}}" stepKey="clickOrderRow"/>
69
<click selector="{{AdminOrderDetailsMainActionsSection.invoice}}" stepKey="clickInvoice"/>
70
<click selector="{{AdminInvoiceMainActionsSection.submitInvoice}}" stepKey="clickSubmitInvoice"/>
71
+ <waitForPageLoad stepKey="waitForInvoicePageLoad"/>
72
<see selector="{{AdminOrderDetailsMessagesSection.successMessage}}" userInput="The invoice has been created." stepKey="seeSuccessMessage"/>
73
<click selector="{{AdminOrderDetailsOrderViewSection.invoices}}" stepKey="clickInvoices"/>
74
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask5" />
0 commit comments