Skip to content

Commit e0d4d0d

Browse files
committed
MC-18719: private cookie version increments each post request
1 parent 2bfc6fd commit e0d4d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Quote/Test/Mftf/Test/StorefrontGuestCheckoutDisabledProductTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
</actionGroup>
120120
<closeTab stepKey="closeTab"/>
121121
<!-- Check cart -->
122+
<wait time="60" stepKey="waitForCartToBeUpdated"/>
122123
<reloadPage stepKey="reloadPage"/>
123124
<waitForPageLoad stepKey="waitForCheckoutPageReload"/>
124125
<click selector="{{StorefrontMiniCartSection.show}}" stepKey="clickMiniCart"/>
125-
<wait time="60" stepKey="waitForCartToBeUpdated"/>
126126
<dontSeeElement selector="{{StorefrontMiniCartSection.quantity}}" stepKey="dontSeeCartItem"/>
127127
<!-- Add simple product to shopping cart -->
128128
<amOnPage url="{{StorefrontProductPage.url($$createSimpleProduct2.name$$)}}" stepKey="amOnSimpleProductPage2"/>
@@ -147,10 +147,10 @@
147147
</actionGroup>
148148
<closeTab stepKey="closeTab2"/>
149149
<!--Check cart-->
150+
<wait time="60" stepKey="waitForCartToBeUpdated2"/>
150151
<reloadPage stepKey="reloadPage2"/>
151152
<waitForPageLoad stepKey="waitForCheckoutPageReload2"/>
152153
<click selector="{{StorefrontMiniCartSection.show}}" stepKey="clickMiniCart2"/>
153-
<wait time="60" stepKey="waitForCartToBeUpdated2"/>
154154
<dontSeeElement selector="{{StorefrontMiniCartSection.quantity}}" stepKey="dontSeeCartItem2"/>
155155
</test>
156156
</tests>

0 commit comments

Comments
 (0)