Skip to content

Commit 4f3831f

Browse files
committed
ACQE-4622: [MFTF TESTS] AdminCreateOrdersAndCheckGridsTest
1 parent 22c39e1 commit 4f3831f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1010
<test name="AutoCompleteSearchTermsAndPhrasesWhileUserIsTypingTest">
11-
1211
<annotations>
1312
<stories value="Search Terms"/>
1413
<title value="In this test-case we need to verify that previously used earlier search terms are auto-complete"/>
@@ -22,7 +21,9 @@
2221
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2322
<!--Create Simple Product -->
2423
<createData entity="defaultSimpleProduct" stepKey="simpleProduct"/>
25-
<magentoCron groups="index" stepKey="reindex"/>
24+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
25+
<argument name="indices" value=""/>
26+
</actionGroup>
2627
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
2728
</before>
2829
<after>
@@ -68,6 +69,5 @@
6869
<actionGroup ref="StorefrontAssertProductNameOnProductMainPageActionGroup" stepKey="seeProductNameSku">
6970
<argument name="productName" value="$$simpleProduct.name$$"/>
7071
</actionGroup>
71-
7272
</test>
7373
</tests>

0 commit comments

Comments
 (0)