Skip to content

Commit ec5a46f

Browse files
committed
MAGETWO-64923: Duplicate products not showing on the frontend
- Update automated test script
1 parent 72b1c1b commit ec5a46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/AdminCreateProductConfigurationsPanelSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<element name="applySingleQuantityToEachSkus" type="radio" selector=".admin__field-label[for='apply-single-inventory-radio']" timeout="30"/>
4242
<element name="applyUniqueQuantityToEachSkus" type="radio" selector=".admin__field-label[for='apply-unique-inventory-radio']" timeout="30"/>
4343
<element name="selectQuantity" type="select" selector="#apply-single-price-input-qty" timeout="30"/>
44-
<element name="applyUniqueQuantity" type="input" selector="//*[text()='{{option}}']/../..//input[contains(@id, 'apply-qty-input')]" parameterized="true"/>
44+
<element name="applyUniqueQuantity" type="input" selector="//*[text()='{{option}}']/ancestor::div[contains(@class, 'admin__field _required')]//input[contains(@id, 'apply-qty-input')]" parameterized="true"/>
4545
<element name="applyUniqueImagesToEachSkus" type="radio" selector=".admin__field-label[for='apply-unique-images-radio']" timeout="30"/>
4646
<element name="applyUniquePricesToEachSkus" type="radio" selector=".admin__field-label[for='apply-unique-prices-radio']" timeout="30"/>
4747
<element name="selectImagesButton" type="select" selector="#apply-images-attributes" timeout="30"/>

0 commit comments

Comments
 (0)