Skip to content

Commit a045769

Browse files
authored
ENGCOM-7251: MFTF: Add <magentoCron instruction - Magento: Backend / Braintree / Captcha #27322
2 parents 7bb48ab + da01aed commit a045769

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

app/code/Magento/Backend/Test/Mftf/Test/AdminDashboardWithChartsChart.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<field key="firstname">John1</field>
2929
<field key="lastname">Doe1</field>
3030
</createData>
31+
<magentoCron stepKey="runCronIndex" groups="index"/>
3132
</before>
3233
<after>
3334
<!-- Reset admin order filter -->

app/code/Magento/Braintree/Test/Mftf/Test/BraintreeCreditCardOnCheckoutTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<createData entity="Simple_US_Customer" stepKey="customer"/>
3131
<createData entity="BraintreeConfig" stepKey="BraintreeConfigurationData"/>
3232
<createData entity="CustomBraintreeConfigurationData" stepKey="CustomBraintreeConfigurationData"/>
33+
<magentoCron stepKey="runCronIndex" groups="index"/>
3334
</before>
3435

3536
<after>

app/code/Magento/Braintree/Test/Mftf/Test/CreateAnAdminOrderUsingBraintreePaymentTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
<!--Create New Customer-->
3535
<createData stepKey="createCustomer" entity="Simple_US_Customer"/>
36+
<magentoCron stepKey="runCronIndex" groups="index"/>
3637
</before>
3738

3839

app/code/Magento/Braintree/Test/Mftf/Test/CretateAdminOrderWithOnlinePaymentIncludingTaxAndDiscountTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
<field key="group_id">3</field>
4444
</createData>
4545

46+
<magentoCron stepKey="runCronIndex" groups="index"/>
47+
4648
<!--Login as Admin User-->
4749
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
4850
</before>

app/code/Magento/Captcha/Test/Mftf/Test/CaptchaFormsDisplayingTest/CaptchaWithDisabledGuestCheckoutTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<createData entity="ApiSimpleProduct" stepKey="createSimpleProduct">
2525
<requiredEntity createDataKey="createCategory"/>
2626
</createData>
27+
<magentoCron stepKey="runCronIndex" groups="index"/>
2728
</before>
2829
<after>
2930
<magentoCLI command="config:set checkout/options/guest_checkout 1" stepKey="enableGuestCheckout"/>

0 commit comments

Comments
 (0)