Skip to content

Commit 4f88c20

Browse files
authored
ACQE-5458 | [Test Fix - AdminImportProductsWithErrorEntriesTest]
1 parent 15ea8fd commit 4f88c20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/code/Magento/ImportExport/Test/Mftf/Test/AdminImportProductsWithErrorEntriesTest.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<testCaseId value="MC-6358"/>
1717
<useCaseId value="MAGETWO-65066"/>
1818
<group value="importExport"/>
19-
<group value="pr_exclude"/>
2019
<group value="cloud"/>
2120
</annotations>
2221
<before>
@@ -40,7 +39,7 @@
4039
<argument name="importNoticeMessage" value="Created: 10, Updated: 0, Deleted: 0"/>
4140
<argument name="validationNoticeMessage" value="Checked rows: 10, checked entities: 10, invalid rows: 0, total errors: 0"/>
4241
</actionGroup>
43-
<see selector="{{AdminImportValidationMessagesSection.importErrorList}}" userInput="row(s): 1, 2, 3, 4, 5, 6, 7, 8, 9, 10" stepKey="seeTenImportError"/>
42+
<see selector="{{AdminImportValidationMessagesSection.importErrorList}}" userInput="row(s): 10" stepKey="seeTenImportError"/>
4443

4544
<!--Import products with "Stop on Error" and "Allowed Errors Count" equals 5-->
4645
<actionGroup ref="AdminImportProductsWithCheckValidationResultActionGroup" stepKey="importProductsWithAllowedErrorsCountFive">
@@ -52,7 +51,7 @@
5251
<argument name="importMessage" value="Maximum error count has been reached or system error is occurred!"/>
5352
<argument name="validationNoticeMessage" value="Checked rows: 10, checked entities: 10, invalid rows: 0, total errors: 0"/>
5453
</actionGroup>
55-
<see selector="{{AdminImportValidationMessagesSection.importErrorList}}" userInput="row(s): 1, 2, 3, 4, 5, 6" stepKey="seeAboutFiveImportError"/>
54+
<see selector="{{AdminImportValidationMessagesSection.importErrorList}}" userInput="row(s): 6" stepKey="seeAboutFiveImportError"/>
5655

5756
<!--Import products with "Stop on Error" and "Allowed Errors Count" equals 11-->
5857
<actionGroup ref="AdminImportProductsWithCheckValidationResultActionGroup" stepKey="importProductsWithAllowedErrorsCountEleven">
@@ -62,6 +61,6 @@
6261
<argument name="importNoticeMessage" value="Created: 0, Updated: 10, Deleted: 0"/>
6362
<argument name="validationNoticeMessage" value="Checked rows: 10, checked entities: 10, invalid rows: 0, total errors: 0"/>
6463
</actionGroup>
65-
<see selector="{{AdminImportValidationMessagesSection.importErrorList}}" userInput="row(s): 1, 2, 3, 4, 5, 6, 7, 8, 9, 10" stepKey="seeAboutTenImportError"/>
64+
<see selector="{{AdminImportValidationMessagesSection.importErrorList}}" userInput="row(s): 10" stepKey="seeAboutTenImportError"/>
6665
</test>
6766
</tests>

0 commit comments

Comments
 (0)