Skip to content

Commit

Permalink
Stabilize functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ishakhsuvarov committed Oct 27, 2022
1 parent e008f66 commit 2bdfeae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<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>
</annotations>

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

0 comments on commit 2bdfeae

Please sign in to comment.