File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
<!-- Go to Comments history and switch to Information -->
70
70
<click selector =" {{AdminOrderDetailsOrderViewSection.commentsHistory}}" stepKey =" goToCommentsHistory1" />
71
71
<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 " />
73
73
74
74
<!-- Go to Comments history and don't see the error message -->
75
75
<click selector =" {{AdminOrderDetailsOrderViewSection.commentsHistory}}" stepKey =" goToCommentsHistory2" />
76
76
<waitForPageLoad stepKey =" waitForCommentsHistoryPage" />
77
77
<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 " />
79
79
80
80
</test >
81
81
</tests >
You can’t perform that action at this time.
0 commit comments