Skip to content

Commit

Permalink
ENGCOM-7251: MFTF: Add <magentoCron instruction - Magento: Backend …
Browse files Browse the repository at this point in the history
…/ Braintree / Captcha #27322
  • Loading branch information
slavvka authored Apr 8, 2020
2 parents 7bb48ab + da01aed commit a045769
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
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="AdminLoginActionGroup" 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

0 comments on commit a045769

Please sign in to comment.