Skip to content

Commit 755ef37

Browse files
author
Stas Puga
committed
MAGETWO-95517: Add different types of products on the quote including gift card
1 parent 6209504 commit 755ef37

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<argument name="ProductAttribute"/>
1414
</arguments>
1515
<amOnPage url="{{AdminProductAttributeGridPage.url}}" stepKey="navigateToProductAttributeGrid"/>
16-
<waitForPageLoad stepKey="waitForPageLoad1"/>
1716
<fillField selector="{{AdminProductAttributeGridSection.FilterByAttributeCode}}"
1817
userInput="{{ProductAttribute.attribute_code}}" stepKey="setAttributeCode"/>
1918
<click selector="{{AdminProductAttributeGridSection.Search}}" stepKey="searchForAttributeFromTheGrid"/>

app/code/Magento/Catalog/Test/Mftf/Data/ProductAttributeOptionData.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
<data key="is_default">false</data>
6666
<data key="sort_order">0</data>
6767
</entity>
68-
<entity name="productAttributeOption7" type="ProductAttributeOption">
68+
<entity name="ProductAttributeOption7" type="ProductAttributeOption">
6969
<var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
7070
<data key="label" unique="suffix">Green</data>
7171
<data key="is_default">false</data>
7272
<data key="sort_order">3</data>
7373
<requiredEntity type="StoreLabel">Option7Store0</requiredEntity>
7474
<requiredEntity type="StoreLabel">Option8Store1</requiredEntity>
7575
</entity>
76-
<entity name="productAttributeOption8" type="ProductAttributeOption">
76+
<entity name="ProductAttributeOption8" type="ProductAttributeOption">
7777
<var key="attribute_code" entityKey="attribute_code" entityType="ProductAttribute"/>
7878
<data key="label" unique="suffix">Red</data>
7979
<data key="is_default">false</data>

0 commit comments

Comments
 (0)