Skip to content

Commit 735177a

Browse files
committed
MC-18821: Increase test coverage for Catalog functional area
- Revert duplicating of automation test for MC-13641
1 parent 84c6017 commit 735177a

File tree

4 files changed

+0
-121
lines changed

4 files changed

+0
-121
lines changed

app/code/Magento/Deploy/Test/Mftf/Suite/MagentoDeveloperModeTestSuite.xml

Lines changed: 0 additions & 20 deletions
This file was deleted.

app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminEditPropertiesTabForSwatchProductAtributeActionGroup.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
<fillField selector="{{AdminNewAttributePanel.lastVisualSwatchOptionAdminValue}}" userInput="{{swatchOption.admin_label}}" stepKey="fillAdminLabel"/>
2121
<fillField selector="{{AdminNewAttributePanel.lastVisualSwatchOptionDefaultStoreValue}}" userInput="{{swatchOption.default_label}}" stepKey="fillDefaultStoreLabel"/>
2222
</actionGroup>
23-
<actionGroup name="AdminAddPreviewImageSwatchOption">
24-
<arguments>
25-
<argument name="image" type="entity" defaultValue="MagentoLogo"/>
26-
<argument name="index" type="string" defaultValue="1"/>
27-
</arguments>
28-
<click selector="{{AdminManageSwatchSection.nthUploadFile(index)}}" stepKey="clickUploadFile"/>
29-
<attachFile selector="{{AdminManageSwatchSection.file}}" userInput="{{image.file}}" stepKey="attachFile"/>
30-
</actionGroup>
3123

3224
<!--You are on ProductAttributePage-->
3325
<!--Select value for option "Update Product Preview Image"-->

app/code/Magento/Swatches/Test/Mftf/Section/AdminManageSwatchSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<element name="swatchAdminDescriptionByIndex" type="input" selector="input[name='optiontext[value][option_{{index}}][0]']" parameterized="true"/>
2222
<element name="nthChooseColor" type="button" selector="#swatch-visual-options-panel table tbody tr:nth-of-type({{var}}) .swatch_row_name.colorpicker_handler" parameterized="true"/>
2323
<element name="nthUploadFile" type="button" selector="#swatch-visual-options-panel table tbody tr:nth-of-type({{var}}) .swatch_row_name.btn_choose_file_upload" parameterized="true"/>
24-
<element name="file" type="input" selector="input[name='datafile']"/>
2524
<element name="nthDelete" type="button" selector="#swatch-visual-options-panel table tbody tr:nth-of-type({{var}}) button.delete-option" parameterized="true"/>
2625
<element name="deleteBtn" type="button" selector="#manage-options-panel:nth-of-type({{var}}) button.delete-option" parameterized="true"/>
2726
</section>

app/code/Magento/Swatches/Test/Mftf/Test/AdminSaveConfProductWithCustomProductAttributeTest.xml

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)