Skip to content

Commit 8defde0

Browse files
committed
MAGETWO-70683: New registered customer not showed in admin customer grid
- add comment for test
1 parent dcc8684 commit 8defde0

File tree

1 file changed

+5
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Grid

1 file changed

+5
-1
lines changed

dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/Grid/CollectionTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ protected function setUp()
3838
}
3939

4040
/**
41-
* Customer Grid Indexer can't work in 'Update on Schedule' mode.
41+
* Test updated data for customer grid indexer during save/update customer data(including address data)
42+
* in 'Update on Schedule' mode.
43+
*
44+
* Customer Grid Indexer can't work in 'Update on Schedule' mode. All data for indexer must be updated in realtime
45+
* during save/update customer data(including address data).
4246
*
4347
* @magentoDataFixture Magento/Customer/_files/customer_grid_indexer_enabled_update_on_schedule.php
4448
* @magentoDataFixture Magento/Customer/_files/customer_sample.php

0 commit comments

Comments
 (0)