Skip to content

Commit 31c3e77

Browse files
committed
Merge branch 'stability_control' of github.com:magento-pangolin/magento2ce into stability_control
2 parents 084ba6d + 4f3831f commit 31c3e77

File tree

4 files changed

+34
-15
lines changed

4 files changed

+34
-15
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
9+
<suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
11+
<suite name="AsyncOperationsSuite">
12+
<include>
13+
<group name="async_operations"/>
14+
</include>
15+
</suite>
16+
</suites>

app/code/Magento/AsyncConfig/Test/Mftf/Test/AsyncConfigurationTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<severity value="MAJOR"/>
1717
<testCaseId value="ACPT-885"/>
1818
<group value="configuration"/>
19+
<group value="async_operations" />
1920
</annotations>
2021
<before>
2122
<!--Enable Async Configuration-->

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrdersAndCheckGridsTest.xml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<useCaseId value="ACP2E-1367" />
1717
<testCaseId value="AC-7106" />
1818
<group value="sales"/>
19+
<group value="async_operations" />
1920
</annotations>
2021
<before>
2122
<magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
@@ -47,7 +48,7 @@
4748
<requiredEntity createDataKey="createGuestCartOne"/>
4849
</updateData>
4950

50-
<magentoCLI command="cron:run --group=default" stepKey="runCronOne"/>
51+
<magentoCron groups="default" stepKey="runCronOne"/>
5152

5253
<createData entity="Invoice" stepKey="invoiceOrderOne">
5354
<requiredEntity createDataKey="createGuestCartOne"/>
@@ -69,7 +70,7 @@
6970
<requiredEntity createDataKey="createGuestCartOne"/>
7071
</createData>
7172

72-
<magentoCLI command="cron:run --group=default" stepKey="runCronTwo"/>
73+
<magentoCron groups="default" stepKey="runCronTwo"/>
7374

7475
<createData entity="GuestCart" stepKey="createGuestCartThree"/>
7576
<createData entity="SimpleCartItem" stepKey="addCartItemThree">
@@ -95,7 +96,7 @@
9596
<requiredEntity createDataKey="createGuestCartTwo"/>
9697
</createData>
9798

98-
<magentoCLI command="cron:run --group=default" stepKey="runCronThree"/>
99+
<magentoCron groups="default" stepKey="runCronThree"/>
99100

100101
<createData entity="Invoice" stepKey="invoiceOrderTwo">
101102
<requiredEntity createDataKey="createGuestCartTwo"/>
@@ -109,17 +110,18 @@
109110
<requiredEntity createDataKey="createGuestCartTwo"/>
110111
</createData>
111112

112-
<magentoCLI command="cron:run --group=default" stepKey="runCronFour"/>
113+
<magentoCron groups="default" stepKey="runCronFour"/>
113114

114115
<createData entity="CreditMemo" stepKey="refundOrderThree">
115116
<requiredEntity createDataKey="createGuestCartThree"/>
116117
</createData>
117118

118-
<magentoCLI command="cron:run --group=default" stepKey="runCronFive"/>
119-
<magentoCLI command="cron:run --group=default" stepKey="runCronSix"/>
120-
<magentoCLI command="cron:run --group=default" stepKey="runCronSeven"/>
121-
<magentoCLI command="cron:run --group=default" stepKey="runCronEight"/>
122-
<magentoCLI command="cron:run --group=default" stepKey="runCronNine"/>
119+
<magentoCron groups="default" stepKey="runCronFive"/>
120+
<comment userInput="Preserve BIC" stepKey="runCronSix"/>
121+
<comment userInput="Preserve BIC" stepKey="runCronSeven"/>
122+
<comment userInput="Preserve BIC" stepKey="runCronEight"/>
123+
<comment userInput="Preserve BIC" stepKey="runCronNine"/>
124+
123125

124126
<actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
125127

@@ -135,7 +137,7 @@
135137
<argument name="entityId" value="$createGuestCartOne.return$"/>
136138
</actionGroup>
137139

138-
<waitForPageLoad time="30" stepKey="waitForPageLoadOne"/>
140+
<wait time="30" stepKey="waitForPageLoadOne"/>
139141

140142
<actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageOne"/>
141143
<waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask1" after="openInvoicesTabOrdersPageOne"/>
@@ -150,7 +152,7 @@
150152
<argument name="entityId" value="$createGuestCartTwo.return$"/>
151153
</actionGroup>
152154

153-
<waitForPageLoad time="30" stepKey="waitForPageLoadTwo"/>
155+
<wait time="30" stepKey="waitForPageLoadTwo"/>
154156

155157
<actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageTwo"/>
156158
<waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask2" after="openInvoicesTabOrdersPageTwo"/>
@@ -165,7 +167,7 @@
165167
<argument name="entityId" value="$createGuestCartThree.return$"/>
166168
</actionGroup>
167169

168-
<waitForPageLoad time="30" stepKey="waitForPageLoadThree"/>
170+
<wait time="30" stepKey="waitForPageLoadThree"/>
169171

170172
<actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageThree"/>
171173
<waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask3" after="openInvoicesTabOrdersPageThree"/>

app/code/Magento/Search/Test/Mftf/Test/AutoCompleteSearchTermsAndPhrasesWhileUserIsTypingTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1010
<test name="AutoCompleteSearchTermsAndPhrasesWhileUserIsTypingTest">
11-
1211
<annotations>
1312
<stories value="Search Terms"/>
1413
<title value="In this test-case we need to verify that previously used earlier search terms are auto-complete"/>
@@ -22,7 +21,9 @@
2221
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2322
<!--Create Simple Product -->
2423
<createData entity="defaultSimpleProduct" stepKey="simpleProduct"/>
25-
<magentoCron groups="index" stepKey="reindex"/>
24+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
25+
<argument name="indices" value=""/>
26+
</actionGroup>
2627
<comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
2728
</before>
2829
<after>
@@ -68,6 +69,5 @@
6869
<actionGroup ref="StorefrontAssertProductNameOnProductMainPageActionGroup" stepKey="seeProductNameSku">
6970
<argument name="productName" value="$$simpleProduct.name$$"/>
7071
</actionGroup>
71-
7272
</test>
7373
</tests>

0 commit comments

Comments
 (0)