We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a0274 commit c18d42aCopy full SHA for c18d42a
app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCartFromMinicartActionGroup.xml
@@ -13,6 +13,7 @@
13
<description>Clicks on the Storefront Mini Shopping Cart icon. Click on 'View and Edit Cart'.</description>
14
</annotations>
15
16
+ <scrollToTopOfPage stepKey="scrollToTopOfThePage" />
17
<waitForElement selector="{{StorefrontMinicartSection.showCart}}" stepKey="waitForShowMinicart"/>
18
<waitForElement selector="{{StorefrontMinicartSection.viewAndEditCart}}" stepKey="waitForCartLink"/>
19
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickShowMinicart"/>
0 commit comments