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 74371e7 commit 07e2ca3Copy full SHA for 07e2ca3
dev/tests/integration/testsuite/Magento/Catalog/Model/Indexer/Product/Flat/Action/RowTest.php
@@ -61,12 +61,13 @@ public function testProductUpdate()
61
$this->_processor->getIndexer()->isScheduled(),
62
'Indexer is in scheduled mode when turned to update on save mode'
63
);
64
- $this->_processor->reindexAll();
65
66
$this->_product->load(1);
67
$this->_product->setName('Updated Product');
68
$this->_product->save();
69
+ $this->_processor->reindexAll();
70
+
71
$category = $categoryFactory->create()->load(9);
72
$layer = $listProduct->getLayer();
73
$layer->setCurrentCategory($category);
0 commit comments