Skip to content

Commit ac52c3e

Browse files
MAGETWO-98703: CSV file is not exported
- Fix functional test
1 parent 1e2226f commit ac52c3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/functional/tests/app/Magento/ImportExport/Test/Constraint/AssertExportSubmittedMessage.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ class AssertExportSubmittedMessage extends AbstractConstraint
1616
/**
1717
* Text value to be checked.
1818
*/
19-
const MESSAGE = 'Message is added to queue, wait to get your file soon';
19+
const MESSAGE = 'Message is added to queue, wait to get your file soon.'
20+
. ' Make sure your cron job is running to export the file';
2021

2122
/**
2223
* Assert that export submitted message is visible after exporting.

0 commit comments

Comments
 (0)