Skip to content

Commit fcdbfeb

Browse files
removed redundant action group
1 parent 7cd204e commit fcdbfeb

File tree

3 files changed

+2
-25
lines changed

3 files changed

+2
-25
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/SaveDateAndTimeConfigActionGroup.xml

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

app/code/Magento/Catalog/Test/Mftf/Section/AdminCustomizeDateAndTimeSection.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@
1313
<element name="dateAndTimeFirstFieldOrder" type="select" selector="//*[@id='catalog_custom_options_date_fields_order'][1]"/>
1414
<element name="dateAndTimeSecondFieldOrder" type="select" selector="//*[@id='catalog_custom_options_date_fields_order'][2]"/>
1515
<element name="dateAndTimeThirdFieldOrder" type="select" selector="//*[@id='catalog_custom_options_date_fields_order'][3]"/>
16-
<element name="save" type="button" selector="//*[@id='save']" timeout="30"/>
17-
<element name="successMessage" type="text" selector=".message.message-success.success"/>
1816
</section>
1917
</sections>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<actionGroup ref="AdminCheckUseSystemValueActionGroup" stepKey="checkUseSystemValueForDateFieldsOrder">
4141
<argument name="rowId" value="row_catalog_custom_options_date_fields_order"/>
4242
</actionGroup>
43-
<actionGroup ref="SaveDateAndTimeConfigActionGroup" stepKey="saveDateAndTimeConfig2"/>
43+
<actionGroup ref="AdminSaveConfigActionGroup" stepKey="saveDateAndTimeConfig2"/>
4444

4545
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutOfAdmin"/>
4646
</after>
@@ -60,7 +60,7 @@
6060
<argument name="firstFieldOfDateOrder" value="Day"/>
6161
<argument name="secondFieldOfDateOrder" value="Month"/>
6262
</actionGroup>
63-
<actionGroup ref="SaveDateAndTimeConfigActionGroup" stepKey="saveDateAndTimeConfig"/>
63+
<actionGroup ref="AdminSaveConfigActionGroup" stepKey="saveDateAndTimeConfig"/>
6464

6565
<!-- Create simple product on storefront -->
6666
<actionGroup ref="FillAdminSimpleProductFormActionGroup" stepKey="fillProductFieldsInAdmin">

0 commit comments

Comments
 (0)