Skip to content

Commit 2bdfeae

Browse files
committed
Stabilize functional tests
1 parent e008f66 commit 2bdfeae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<description>Validates that the provided Product Count appears in the Storefront Header next to the Shopping Cart icon. Clicks on the Mini Shopping Cart icon. Validates that the 'No Items' message is present and correct in the Storefront Mini Shopping Cart.</description>
1414
</annotations>
1515

16+
<wait stepKey="waitForMinicartAjaxCallToComplete" time="15"/>
1617
<dontSeeElement selector="{{StorefrontMinicartSection.productCount}}" stepKey="dontSeeMinicartProductCount"/>
1718
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="expandMinicart"/>
1819
<see selector="{{StorefrontMinicartSection.minicartContent}}" userInput="You have no items in your shopping cart." stepKey="seeEmptyCartMessage"/>

0 commit comments

Comments
 (0)