File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Quote/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 119
119
</actionGroup >
120
120
<closeTab stepKey =" closeTab" />
121
121
<!-- Check cart -->
122
+ <wait time =" 60" stepKey =" waitForCartToBeUpdated" />
122
123
<reloadPage stepKey =" reloadPage" />
123
124
<waitForPageLoad stepKey =" waitForCheckoutPageReload" />
124
125
<click selector =" {{StorefrontMiniCartSection.show}}" stepKey =" clickMiniCart" />
125
- <wait time =" 60" stepKey =" waitForCartToBeUpdated" />
126
126
<dontSeeElement selector =" {{StorefrontMiniCartSection.quantity}}" stepKey =" dontSeeCartItem" />
127
127
<!-- Add simple product to shopping cart -->
128
128
<amOnPage url =" {{StorefrontProductPage.url($$createSimpleProduct2.name$$)}}" stepKey =" amOnSimpleProductPage2" />
147
147
</actionGroup >
148
148
<closeTab stepKey =" closeTab2" />
149
149
<!-- Check cart-->
150
+ <wait time =" 60" stepKey =" waitForCartToBeUpdated2" />
150
151
<reloadPage stepKey =" reloadPage2" />
151
152
<waitForPageLoad stepKey =" waitForCheckoutPageReload2" />
152
153
<click selector =" {{StorefrontMiniCartSection.show}}" stepKey =" clickMiniCart2" />
153
- <wait time =" 60" stepKey =" waitForCartToBeUpdated2" />
154
154
<dontSeeElement selector =" {{StorefrontMiniCartSection.quantity}}" stepKey =" dontSeeCartItem2" />
155
155
</test >
156
156
</tests >
You can’t perform that action at this time.
0 commit comments