Skip to content

Commit 3e71292

Browse files
committed
MC-168: Admin should be able to assign attributes to an attribute set
- updated mftf test
1 parent e07a872 commit 3e71292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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>

0 commit comments

Comments
 (0)