Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 8f440ff

Browse files
committed
ENGCOM-2197: [Jenkins] Failure to generate MFTF Tests
1 parent dbcf4f6 commit 8f440ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Test/CreditMemoTotalAfterShippingDiscountTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191

9292
<!-- Search for Order in the order grid -->
9393
<amOnPage url="{{AdminOrdersPage.url}}" stepKey="onOrdersPage"/>
94-
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask3"/>
94+
<waitForPageLoad time="30" stepKey="waitForOrderListPageLoad"/>
95+
<conditionalClick selector="{{AdminOrdersGridSection.clearFilters}}" dependentSelector="{{AdminOrdersGridSection.clearFilters}}" visible="true" stepKey="clearExistingOrderFilter"/>
9596
<fillField selector="{{AdminOrdersGridSection.search}}" userInput="{$grabOrderNumber}" stepKey="searchOrderNum"/>
9697
<click selector="{{AdminOrdersGridSection.submitSearch}}" stepKey="submitSearch"/>
9798
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask4"/>

0 commit comments

Comments
 (0)