We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2226f commit ac52c3eCopy full SHA for ac52c3e
dev/tests/functional/tests/app/Magento/ImportExport/Test/Constraint/AssertExportSubmittedMessage.php
@@ -16,7 +16,8 @@ class AssertExportSubmittedMessage extends AbstractConstraint
16
/**
17
* Text value to be checked.
18
*/
19
- const MESSAGE = 'Message is added to queue, wait to get your file soon';
+ 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';
21
22
23
* Assert that export submitted message is visible after exporting.
0 commit comments