Skip to content

Commit 2ac7ada

Browse files
committed
MC-17606: Unable to save edited product when max_sale_qty is Magento's default
1 parent f3eee6d commit 2ac7ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryWithShippingActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<argument name="shipping" type="string"/>
1717
</arguments>
1818

19-
<waitForElementVisible selector="{{CheckoutCartSummarySection.shipping}}" stepKey="waitForElementToBeVisible" after="assertSubtotal"/>
2019
<reloadPage stepKey="reloadPage" after="waitForElementToBeVisible" />
2120
<waitForPageLoad after="reloadPage" stepKey="WaitForPageLoaded" />
21+
<waitForElementVisible selector="{{CheckoutCartSummarySection.shipping}}" stepKey="waitForElementToBeVisible" after="assertSubtotal"/>
2222
<waitForText userInput="{{shipping}}" selector="{{CheckoutCartSummarySection.shipping}}" time="30" stepKey="assertShipping" after="WaitForPageLoaded"/>
2323
</actionGroup>
2424
</actionGroups>

0 commit comments

Comments
 (0)