Skip to content

Commit 43759cf

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-91019' into 2.2-develop-pr59
2 parents 8a68cd4 + 6677cf9 commit 43759cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Data/ProductAttributeSetData.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
<data key="attributeSetId">4</data>
1414
<data key="attributeGroupId">7</data>
1515
<data key="sortOrder">0</data>
16+
<data key="label">Default</data>
1617
</entity>
1718
</entities>

app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateConfigurableProductActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<!-- Save the product -->
6363
<click selector="{{AdminProductFormActionSection.saveArrow}}" stepKey="openSaveDropDown"/>
6464
<click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="clickOnSave"/>
65+
<conditionalClick selector="{{AdminChooseAffectedAttributeSetPopup.confirm}}" dependentSelector="{{AdminChooseAffectedAttributeSetPopup.confirm}}" visible="true" stepKey="clickConfirm"/>
6566
<see selector="{{AdminProductMessagesSection.successMessage}}" userInput="You saved the product." stepKey="assertSuccess"/>
6667
</actionGroup>
6768
</actionGroups>

0 commit comments

Comments
 (0)