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 16f1498 commit d290ef0Copy full SHA for d290ef0
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/ActionGroup/CheckoutActionGroup.xml
@@ -10,6 +10,7 @@
10
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/actionGroupSchema.xsd">
11
<!-- Go to checkout from minicart -->
12
<actionGroup name="GoToCheckoutFromMinicartActionGroup">
13
+ <wait stepKey="wait" time="10" />
14
<click selector="{{StorefrontMinicartSection.showCart}}" stepKey="clickCart"/>
15
<click selector="{{StorefrontMinicartSection.goToCheckout}}" stepKey="goToCheckout"/>
16
<waitForPageLoad stepKey="waitForPageLoad"/>
0 commit comments