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 56142ae commit 7489207Copy full SHA for 7489207
dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/OptionsTest.php
@@ -152,7 +152,7 @@ private function getExpectedJsonConfig()
152
public function testGetJsonConfigWithCatalogRules()
153
{
154
$this->indexBuilder->reindexFull();
155
-
+ sleep(1);
156
$config = json_decode($this->block->getJsonConfig(), true);
157
$configValues = array_values($config);
158
$this->assertEquals($this->getExpectedJsonConfigWithCatalogRules(), array_values($configValues[0]));
0 commit comments