Skip to content

Commit 906eca0

Browse files
[AC-4703] Remove Customizable Option from Product with over 20 Customizable Options
1 parent 6f86a7c commit 906eca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminRemoveCustomizableOptionFromProductWithOverTwentyCustomizableOptionsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<actionGroup ref="AdminProductPageOpenByIdActionGroup" stepKey="openProductForEdit">
3333
<argument name="productId" value="$createSimpleProduct.id$"/>
3434
</actionGroup>
35-
<scrollTo selector="{{AdminStagingSlideOutSection.customizableOptions}}" stepKey="scrollToCustomizableOptions"/>
35+
<scrollTo selector="{{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey="scrollToCustomizableOptions"/>
3636
<click selector="{{AdminProductCustomizableOptionsSection.customizableOptions}}" stepKey="clickAdminProductCustomizableOption2"/>
3737
<actionGroup ref="AdminRemoveCustomOptionInStagingSlideOutPageActionGroup" stepKey="removeOption">
3838
<argument name="optionName" value="OptionField21"/>

0 commit comments

Comments
 (0)