Skip to content

Commit fc13317

Browse files
committed
MC-244: Admin should be able to create a simple product using a custom attribute set
- Add a scrollToTopOfPage to counter the floating header
1 parent d52db80 commit fc13317

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
<dontSeeElementInDOM selector="{{AdminProductFormSection.divByDataIndex('testgroupname')}}" stepKey="dontSeeTestGroupName"/>
6262

6363
<!-- Switch from default attribute set to new attribute set -->
64+
<!-- A scrollToTopOfPage is needed to hide the floating header -->
65+
<scrollToTopOfPage stepKey="scrollToTop"/>
6466
<click selector="{{AdminProductFormSection.attributeSet}}" stepKey="startEditAttrSet"/>
6567
<fillField selector="{{AdminProductFormSection.attributeSetFilter}}" userInput="{{ProductAttributeFrontendLabel.label}}" stepKey="searchForAttrSet"/>
6668
<click selector="{{AdminProductFormSection.attributeSetFilterResult}}" stepKey="selectAttrSet"/>

0 commit comments

Comments
 (0)