Skip to content

Commit ae2dbf8

Browse files
author
Dima Dromov
committed
Fix add product attribute to attribute set
1 parent eecc0df commit ae2dbf8

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
5+
<test name="ProductAttributeWithoutValueInCompareListTest">
6+
<actionGroup ref="AssignAttributeToGroupActionGroup" stepKey="assignAttributeToGroup">
7+
<argument name="group" value="General"/>
8+
<argument name="attribute" value="$$createProductAttribute.attribute_code$$"/>
9+
</actionGroup>
10+
</test>
11+
</tests>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
5+
<test name="StorefrontConfigurableOptionsImportSameBaseImageTest">
6+
<!-- Add Product Attribute to Default attribute by dragging and dropping this to the 'Project Details' folder. Then Save. -->
7+
<actionGroup ref="AssignAttributeToGroupActionGroup" stepKey="assignAttributeToGroup">
8+
<argument name="group" value="General"/>
9+
<argument name="attribute" value="{{SwatchProductSizeAttribute.attribute_code}}"/>
10+
</actionGroup>
11+
</test>
12+
</tests>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
5+
<test name="StorefrontRedirectToFirstPageOnFilteringBySwatchTest">
6+
<actionGroup ref="AssignAttributeToGroupActionGroup" stepKey="assignAttributeToGroup">
7+
<argument name="group" value="General"/>
8+
<argument name="attribute" value="{{textSwatchAttribute.attribute_code}}"/>
9+
</actionGroup>
10+
</test>
11+
</tests>

0 commit comments

Comments
 (0)