Skip to content

Commit 465b0da

Browse files
committed
ACP2E-789: add mtft test (wip)
1 parent 23277d4 commit 465b0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontVerifyProductAfterPartialReindexOnSeveralWebsitesTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</annotations>
2424
<before>
2525
<!-- Change indexers to "Update by Schedule" mode -->
26-
<magentoCLI command="indexer:set-mode" arguments="schedule" stepKey="setIndexerMode"/>
26+
<magentoCLI command="indexer:set-mode schedule" stepKey="setScheduleIndexer"/>
2727

2828
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2929

@@ -56,7 +56,7 @@
5656
</before>
5757
<after>
5858
<!-- Change indexers to "Update on Save" mode -->
59-
<magentoCLI command="indexer:set-mode" arguments="realtime" stepKey="setRealtimeMode"/>
59+
<magentoCLI command="indexer:set-mode realtime" stepKey="setRealtimeMode"/>
6060

6161
<!-- Delete data -->
6262
<!--<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>

0 commit comments

Comments
 (0)