Skip to content

Commit 956a172

Browse files
committed
Merge branch 'MC-168' into RE-develop-pr
2 parents 9133a1f + 571ca73 commit 956a172

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Test/AdminAssignProductAttributeToAttributeSetTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<actionGroup ref="SaveAttributeSet" stepKey="SaveAttributeSet"/>
5151
<!-- Go to create new product page -->
5252
<amOnPage url="{{AdminProductCreatePage.url(AddToDefaultSet.attributeSetId, 'simple')}}" stepKey="navigateToNewProduct"/>
53+
<waitForPageLoad stepKey="waitForPageLoad"/>
5354
<!-- Assert attribute can be used in product creation -->
5455
<seeElement selector="{{AdminProductFormSection.attributeLabel($$attribute.attribute[frontend_labels][0][label]$$)}}" stepKey="seeLabel"/>
5556
</test>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Test/AdminUnassignProductAttributeFromAttributeSetTest.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-194"/>
1919
<group value="Catalog"/>
20+
<!-- Skip because of MAGETWO-92780 -->
21+
<group value="skip"/>
2022
</annotations>
2123
<before>
2224
<createData entity="productDropDownAttribute" stepKey="attribute"/>
@@ -63,14 +65,14 @@
6365
<actionGroup ref="SaveAttributeSet" stepKey="SaveAttributeSet"/>
6466
<!-- Go to create new product page -->
6567
<amOnPage url="{{AdminProductCreatePage.url(AddToDefaultSet.attributeSetId, 'simple')}}" stepKey="navigateToNewProduct"/>
68+
<waitForPageLoad stepKey="wait2"/>
6669
<!-- Assert attribute not present in product creation -->
6770
<dontSeeElement selector="{{AdminProductFormSection.attributeLabel($$attribute.attribute[frontend_labels][0][label]$$)}}" stepKey="seeLabel"/>
6871
<!-- Assert removed attribute not presence in storefront product additional information -->
6972
<amOnPage url="/$$product.custom_attributes[url_key]$$.html" stepKey="onProductPage2"/>
70-
<waitForPageLoad stepKey="wait2"/>
71-
<!-- Skip because of MAGETWO-92780 -->
72-
<!--actionGroup ref="checkAttributeNotInMoreInformationTab" stepKey="checkAttributeNotInMoreInformationTab">
73+
<waitForPageLoad stepKey="wait3"/>
74+
<actionGroup ref="checkAttributeNotInMoreInformationTab" stepKey="checkAttributeNotInMoreInformationTab">
7375
<argument name="attributeLabel" value="$$attribute.attribute[frontend_labels][0][label]$$"/>
74-
</actionGroup-->
76+
</actionGroup>
7577
</test>
7678
</tests>

0 commit comments

Comments
 (0)