Skip to content

Commit 2675d9c

Browse files
authored
Update AdminVerifySearchLongPhraseWithSomeWordsInQuotesWorksWithoutErrorsTest.xml
1 parent d7f4b88 commit 2675d9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Search/Test/Mftf/Test/AdminVerifySearchLongPhraseWithSomeWordsInQuotesWorksWithoutErrorsTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<before>
2222
<!-- Login as admin -->
2323
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
24+
<!-- Create simple product with special characters-->
25+
<createData entity="SimpleTwo" stepKey="product1">
26+
<field key="sku">ZXH@/#-QJ185</field>
27+
</createData>
2428
</before>
2529
<after>
2630
<!--Delete product1-->
@@ -30,10 +34,6 @@
3034
<!--Logout from admin-->
3135
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
3236
</after>
33-
<!-- Create simple product with special characters-->
34-
<createData entity="SimpleTwo" stepKey="product1">
35-
<field key="sku">ZXH@/#-QJ185</field>
36-
</createData>
3737
<!-- Go to synonyms page and create new synonyms -->
3838
<actionGroup ref="AdminNavigateMenuActionGroup" stepKey="navigateToSearchSynonymsPage">
3939
<argument name="menuUiId" value="{{AdminMenuMarketing.dataUiId}}"/>

0 commit comments

Comments
 (0)