File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
</before >
24
24
<after >
25
25
<deleteData createDataKey =" createDatetimeAttribute" stepKey =" deleteDatetimeAttribute" />
26
- <actionGroup ref =" deleteProductBySku " stepKey =" deleteCreatedProduct" >
26
+ <actionGroup ref =" DeleteProductBySkuActionGroup " stepKey =" deleteCreatedProduct" >
27
27
<argument name =" sku" value =" {{_defaultProduct.sku}}" />
28
28
</actionGroup >
29
- <actionGroup ref =" clearFiltersAdminDataGrid " stepKey =" clearFiltersOnProductIndexPage" />
29
+ <actionGroup ref =" ClearFiltersAdminDataGridActionGroup " stepKey =" clearFiltersOnProductIndexPage" />
30
30
<actionGroup ref =" logout" stepKey =" logout" />
31
31
</after >
32
32
40
40
</createData >
41
41
<!-- Open the new simple product page -->
42
42
<actionGroup ref =" AdminOpenNewProductFormPageActionGroup" stepKey =" openNewProductPage" />
43
- <actionGroup ref =" fillMainProductForm " stepKey =" fillDefaultProductFields" />
43
+ <actionGroup ref =" FillMainProductFormActionGroup " stepKey =" fillDefaultProductFields" />
44
44
<!-- Add datetime attribute -->
45
45
<actionGroup ref =" AddProductAttributeInProductModalActionGroup" stepKey =" addDatetimeAttribute" >
46
46
<argument name =" attributeCode" value =" $createDatetimeAttribute.attribute_code$" />
47
47
</actionGroup >
48
48
<!-- Flush config cache to reset product attributes in attribute set -->
49
49
<magentoCLI command =" cache:flush" arguments =" config" stepKey =" flushConfigCache" />
50
50
<!-- Save the product -->
51
- <actionGroup ref =" saveProductForm " stepKey =" saveProduct" />
51
+ <actionGroup ref =" SaveProductFormActionGroup " stepKey =" saveProduct" />
52
52
<!-- Check default value -->
53
53
<scrollTo selector =" {{AdminProductAttributesSection.sectionHeader}}" stepKey =" goToAttributesSection" />
54
54
<click selector =" {{AdminProductAttributesSection.sectionHeader}}" stepKey =" openAttributesSection" />
You can’t perform that action at this time.
0 commit comments