Skip to content

Commit 28a41d9

Browse files
committed
Change action groups name according to CE branch changes
1 parent 840afc3 commit 28a41d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
</before>
2424
<after>
2525
<deleteData createDataKey="createDatetimeAttribute" stepKey="deleteDatetimeAttribute"/>
26-
<actionGroup ref="deleteProductBySku" stepKey="deleteCreatedProduct">
26+
<actionGroup ref="DeleteProductBySkuActionGroup" stepKey="deleteCreatedProduct">
2727
<argument name="sku" value="{{_defaultProduct.sku}}"/>
2828
</actionGroup>
29-
<actionGroup ref="clearFiltersAdminDataGrid" stepKey="clearFiltersOnProductIndexPage"/>
29+
<actionGroup ref="ClearFiltersAdminDataGridActionGroup" stepKey="clearFiltersOnProductIndexPage"/>
3030
<actionGroup ref="logout" stepKey="logout"/>
3131
</after>
3232

@@ -40,15 +40,15 @@
4040
</createData>
4141
<!-- Open the new simple product page -->
4242
<actionGroup ref="AdminOpenNewProductFormPageActionGroup" stepKey="openNewProductPage"/>
43-
<actionGroup ref="fillMainProductForm" stepKey="fillDefaultProductFields"/>
43+
<actionGroup ref="FillMainProductFormActionGroup" stepKey="fillDefaultProductFields"/>
4444
<!-- Add datetime attribute -->
4545
<actionGroup ref="AddProductAttributeInProductModalActionGroup" stepKey="addDatetimeAttribute">
4646
<argument name="attributeCode" value="$createDatetimeAttribute.attribute_code$"/>
4747
</actionGroup>
4848
<!-- Flush config cache to reset product attributes in attribute set -->
4949
<magentoCLI command="cache:flush" arguments="config" stepKey="flushConfigCache"/>
5050
<!-- Save the product -->
51-
<actionGroup ref="saveProductForm" stepKey="saveProduct"/>
51+
<actionGroup ref="SaveProductFormActionGroup" stepKey="saveProduct"/>
5252
<!-- Check default value -->
5353
<scrollTo selector="{{AdminProductAttributesSection.sectionHeader}}" stepKey="goToAttributesSection"/>
5454
<click selector="{{AdminProductAttributesSection.sectionHeader}}" stepKey="openAttributesSection"/>

0 commit comments

Comments
 (0)