File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Test Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
<severity value =" CRITICAL" />
18
18
<testCaseId value =" MC-194" />
19
19
<group value =" Catalog" />
20
+ <!-- Skip because of MAGETWO-92780 -->
21
+ <group value =" skip" />
20
22
</annotations >
21
23
<before >
22
24
<createData entity =" productDropDownAttribute" stepKey =" attribute" />
63
65
<actionGroup ref =" SaveAttributeSet" stepKey =" SaveAttributeSet" />
64
66
<!-- Go to create new product page -->
65
67
<amOnPage url =" {{AdminProductCreatePage.url(AddToDefaultSet.attributeSetId, 'simple')}}" stepKey =" navigateToNewProduct" />
68
+ <waitForPageLoad stepKey =" wait2" />
66
69
<!-- Assert attribute not present in product creation -->
67
70
<dontSeeElement selector =" {{AdminProductFormSection.attributeLabel($$attribute.attribute[frontend_labels][0][label]$$)}}" stepKey =" seeLabel" />
68
71
<!-- Assert removed attribute not presence in storefront product additional information -->
69
72
<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" >
73
75
<argument name =" attributeLabel" value =" $$attribute.attribute[frontend_labels][0][label]$$" />
74
- </actionGroup-- >
76
+ </actionGroup >
75
77
</test >
76
78
</tests >
You can’t perform that action at this time.
0 commit comments