Skip to content

Commit 862aff3

Browse files
Fixed naming convention
1 parent a18c914 commit 862aff3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

app/code/Magento/Elasticsearch/Test/Mftf/Test/ProductQuickSearchUsingElasticSearchTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<deleteData createDataKey="simpleProduct1" stepKey="deleteSimpleProduct1"/>
3131
<deleteData createDataKey="categoryFirst" stepKey="deleteCategory"/>
3232
<comment userInput="The test was moved to elasticsearch suite" stepKey="resetCatalogSearchConfiguration"/>
33-
<actionGroup ref="updateIndexerOnSave" stepKey="resetIndexerBackToOriginalState">
33+
<actionGroup ref="UpdateIndexerOnSave" stepKey="resetIndexerBackToOriginalState">
3434
<argument name="indexerName" value="catalogsearch_fulltext"/>
3535
</actionGroup>
3636
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutOfAdmin"/>

app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup/UpdateIndexerByScheduleActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10-
<actionGroup name="updateIndexerBySchedule">
10+
<actionGroup name="UpdateIndexerBySchedule">
1111
<annotations>
1212
<description>Goes to the Index Management page. Checks the provided Indexer Name. Selects 'Update by Schedule'. Clicks on Submit.</description>
1313
</annotations>

app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup/UpdateIndexerOnSaveActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10-
<actionGroup name="updateIndexerOnSave">
10+
<actionGroup name="UpdateIndexerOnSave">
1111
<annotations>
1212
<description>Goes to the Index Management page. Checks the provided Indexer Name. Selects 'Update on Save'. Clicks on Submit.</description>
1313
</annotations>

app/code/Magento/Indexer/Test/Mftf/Test/AdminSystemIndexManagementGridChangesTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<stories value="Menu Navigation"/>
1414
<title value="Admin system index management grid change test"/>
1515
<description value="Verify changes in 'Schedule column' on system index management"/>
16+
<severity value="CRITICAL"/>
1617
</annotations>
1718
<before>
1819
<createData entity="_defaultCategory" stepKey="createCategory"/>

0 commit comments

Comments
 (0)