Skip to content

Commit 2b70fe8

Browse files
committed
MAGETWO-98703: CSV file is not exported
- Added validation message to 'exportAllProducts' actionGroup
1 parent 82a4245 commit 2b70fe8

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

app/code/Magento/CatalogImportExport/Test/Mftf/ActionGroup/AdminExportActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<wait stepKey="waitForScroll" time="5"/>
3535
<click selector="{{AdminExportAttributeSection.continueBtn}}" stepKey="clickContinueButton"/>
3636
<wait stepKey="waitForClick" time="5"/>
37-
<see selector="{{AdminMessagesSection.successMessage}}" userInput="Message is added to queue, wait to get your file soon" stepKey="seeSuccessMessage"/>
37+
<see selector="{{AdminMessagesSection.successMessage}}" userInput="Message is added to queue, wait to get your file soon. Make sure your cron job is running to export the file" stepKey="seeSuccessMessage"/>
3838
</actionGroup>
3939

4040
<!-- Download first file in the grid -->

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

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)