Skip to content

Commit 60bc9da

Browse files
author
OlgaVasyltsun
committed
MC-17694: Inventory Threshold doesn't display for configurable products simple product
1 parent 7d7bdbb commit 60bc9da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
<annotations>
1313
<description>Selects all Attribute options for the provided Attribute Code and navigates to Options quantity on the Configurable Product creation/edit page.</description>
1414
</annotations>
15+
<arguments>
16+
<argument name="price" type="string" defaultValue="100"/>
17+
</arguments>
18+
19+
<waitForElementVisible selector="{{AdminCreateProductConfigurationsPanel.applySinglePriceToAllSkus}}" after="clickOnNextButton2" stepKey="waitForNextPageOpened"/>
20+
<click selector="{{AdminCreateProductConfigurationsPanel.applySinglePriceToAllSkus}}" after="waitForNextPageOpened" stepKey="clickOnApplySinglePriceToAllSkus"/>
21+
<fillField selector="{{AdminCreateProductConfigurationsPanel.singlePrice}}" userInput="{{price}}" after="clickOnApplySinglePriceToAllSkus" stepKey="enterAttributePrice"/>
1522

1623
<remove keyForRemoval="clickOnApplySingleQuantityToEachSku"/>
1724
<remove keyForRemoval="enterAttributeQuantity"/>

0 commit comments

Comments
 (0)