Skip to content

Commit 6c34dc2

Browse files
committed
B2B-1967: [AWS Aurora] [MFTF]: Investigate CE Build Test Failures
- Improving flaky test
1 parent 99654cf commit 6c34dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<click selector="{{AdminOrderFormItemsSection.search}}" stepKey="clickSearch"/>
4444
<scrollTo selector="{{AdminOrderFormItemsSection.rowCheck('1')}}" x="0" y="-100" stepKey="scrollToCheckColumn"/>
4545
<checkOption selector="{{AdminOrderFormItemsSection.rowCheck('1')}}" stepKey="selectProduct"/>
46-
<waitForAjaxLoad stepKey="waitForAjaxLoad"/>
46+
<waitForPageLoad stepKey="waitForAjaxLoad"/>
4747
<executeJS function="{{AdminProductCustomizableOptionsSection.requiredFieldIndicator}}" stepKey="dateTimeRequiredFieldIndicator"/>
4848
<assertEquals message="pass" stepKey="assertRequiredFieldIndicator">
4949
<actualResult type="variable">dateTimeRequiredFieldIndicator</actualResult>

0 commit comments

Comments
 (0)