Skip to content

Commit 9a69e0d

Browse files
committed
MC-14884: Changed test description
1 parent 772bb4c commit 9a69e0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/integration/testsuite/Magento/Review/_files/different_reviews.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
)->save();
3131

3232
/*
33-
* Added a sleep because otherwise it could be that the three reviews have the same created at timestamp.
34-
* In this case some tests would (randomly) fail because the sort order depends on mysql and not on order by.
33+
* Added a sleep because in a few tests the sql query orders by created at. Without the sleep the reviews
34+
* have sometimes the same created at timestamp, that causes this tests randomly to fail.
3535
*/
3636
sleep(1);
3737

@@ -58,8 +58,8 @@
5858
)->save();
5959

6060
/*
61-
* Added a sleep because otherwise it could be that the three reviews have the same created at timestamp.
62-
* In this case some tests could (randomly) fail because the sort order depends on mysql and not on order by.
61+
* Added a sleep because in a few tests the sql query orders by created at. Without the sleep the reviews
62+
* have sometimes the same created at timestamp, that causes this tests randomly to fail.
6363
*/
6464
sleep(1);
6565

0 commit comments

Comments
 (0)