Skip to content

Commit d361fab

Browse files
ACQE-8274: [ATLH] Categories. Initial list of tests which do not delete categories
- Corrected indentation and added closing slash
1 parent 854a02a commit d361fab

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<deleteData createDataKey="createPreReqBlock" stepKey="deletePreReqBlock" />
4545
<deleteData createDataKey="createCMSPage" stepKey="deletePreReqCMSPage" />
4646
<deleteData createDataKey="createSimpleProduct" stepKey="deleteSimpleProduct"/>
47-
<actionGroup ref="AdminDeleteCategoryByNameActionGroup" stepKey="deleteCategory">
47+
<actionGroup ref="AdminDeleteCategoryByNameActionGroup" stepKey="deleteCategory"/>
4848
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
4949
</after>
5050
<!--Step-1: Login to admin-->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<see userInput="Hello World!" selector="{{StorefrontCategoryMainSection.CatalogDescription}}" stepKey="assertCatalogDescription"/>
4646
<after>
4747
<actionGroup ref="DisabledWYSIWYGActionGroup" stepKey="disableWYSIWYG"/>
48-
<actionGroup ref="AdminDeleteCategoryByNameActionGroup" stepKey="deleteCategory">
48+
<actionGroup ref="AdminDeleteCategoryByNameActionGroup" stepKey="deleteCategory"/>
4949
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
5050
</after>
5151
</test>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateTest/AdminConfigurableProductDisableAnOptionTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexInvalidatedIndices">
7676
<argument name="indices" value=""/>
7777
</actionGroup>
78-
<deleteData createDataKey="createCategory" stepKey="deletecreateCategory"/>
78+
<deleteData createDataKey="createCategory" stepKey="deletecreateCategory"/>
7979
</after>
8080

8181
<!--check storefront for both options-->

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateTest/AdminConfigurableProductRemoveAnOptionTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexInvalidatedIndices">
7676
<argument name="indices" value=""/>
7777
</actionGroup>
78-
<deleteData createDataKey="createCategory" stepKey="deletecreateCategory"/>
78+
<deleteData createDataKey="createCategory" stepKey="deletecreateCategory"/>
7979
</after>
8080

8181
<!--check storefront for both options-->

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdvanceCatalogSearchConfigurableTest/AdvanceCatalogSearchConfigurableByShortDescriptionTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexInvalidatedIndices">
8989
<argument name="indices" value=""/>
9090
</actionGroup>
91-
<deleteData createDataKey="categoryHandle" stepKey="deletecategoryHandle"/>
91+
<deleteData createDataKey="categoryHandle" stepKey="deletecategoryHandle"/>
9292
</after>
9393
</test>
9494
</tests>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontAdvanceCatalogSearchConfigurableBySkuWithHyphenTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexInvalidatedIndices">
9090
<argument name="indices" value=""/>
9191
</actionGroup>
92-
<deleteData createDataKey="categoryHandle" stepKey="deletecategoryHandle"/>
92+
<deleteData createDataKey="categoryHandle" stepKey="deletecategoryHandle"/>
9393
</after>
9494
</test>
9595
</tests>

app/code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductsWithReplaceBehaviorTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<after>
4040
<deleteData createDataKey="createSimpleProduct2" stepKey="deleteSimpleProduct2"/>
4141
<deleteData createDataKey="createSimpleProduct3" stepKey="deleteSimpleProduct3"/>
42-
<actionGroup ref="AdminDeleteCategoryByNameActionGroup" stepKey="deleteImportedCategory">
42+
<actionGroup ref="AdminDeleteCategoryByNameActionGroup" stepKey="deleteImportedCategory"/>
4343
</after>
4444

4545
<!-- Import products with replace behavior -->

0 commit comments

Comments
 (0)