Skip to content

Commit 18564ed

Browse files
committed
ACP2E-1369: clear previous error message if ajax request completed on subsequent try; added mftf
1 parent d97aefa commit 18564ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
<!--Go to Comments history and switch to Information -->
7070
<click selector="{{AdminOrderDetailsOrderViewSection.commentsHistory}}" stepKey="goToCommentsHistory1"/>
7171
<click selector="{{AdminOrderDetailsOrderViewSection.information}}" stepKey="goToInformation"/>
72-
<see userInput="A technical problem with the server created an error" stepKey="seeTechnicalErrorMessage"/>
72+
<dontSee userInput="A technical problem with the server created an error" stepKey="dontSeeTechnicalErrorMessageOne"/>
7373

7474
<!--Go to Comments history and don't see the error message -->
7575
<click selector="{{AdminOrderDetailsOrderViewSection.commentsHistory}}" stepKey="goToCommentsHistory2"/>
7676
<waitForPageLoad stepKey="waitForCommentsHistoryPage"/>
7777
<see userInput="Order Placed by Store Administrator" stepKey="seeMessageOrderCreatedByAdmin"/>
78-
<dontSee userInput="A technical problem with the server created an error" stepKey="dontSeeTechnicalErrorMessage"/>
78+
<dontSee userInput="A technical problem with the server created an error" stepKey="dontSeeTechnicalErrorMessageTwo"/>
7979

8080
</test>
8181
</tests>

0 commit comments

Comments
 (0)