Skip to content

MFTF: Add <magentoCron instruction - Magento: Backend / Braintree / Captcha #27322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<field key="firstname">John1</field>
<field key="lastname">Doe1</field>
</createData>
<magentoCron stepKey="runCronIndex" groups="index"/>
</before>
<after>
<!-- Reset admin order filter -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<createData entity="Simple_US_Customer" stepKey="customer"/>
<createData entity="BraintreeConfig" stepKey="BraintreeConfigurationData"/>
<createData entity="CustomBraintreeConfigurationData" stepKey="CustomBraintreeConfigurationData"/>
<magentoCron stepKey="runCronIndex" groups="index"/>
</before>

<after>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

<!--Create New Customer-->
<createData stepKey="createCustomer" entity="Simple_US_Customer"/>
<magentoCron stepKey="runCronIndex" groups="index"/>
</before>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<field key="group_id">3</field>
</createData>

<magentoCron stepKey="runCronIndex" groups="index"/>

<!--Login as Admin User-->
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
</before>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<createData entity="ApiSimpleProduct" stepKey="createSimpleProduct">
<requiredEntity createDataKey="createCategory"/>
</createData>
<magentoCron stepKey="runCronIndex" groups="index"/>
</before>
<after>
<magentoCLI command="config:set checkout/options/guest_checkout 1" stepKey="enableGuestCheckout"/>
Expand Down