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 93ccb10 commit 5e04fe0Copy full SHA for 5e04fe0
dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/AttributeTest.php
@@ -131,6 +131,8 @@ public function searchableAttributesDataProvider(): array
131
*/
132
public function testCheckIndexStatusAfterUpdateSearchableAttributeToNonSearchable(): void
133
{
134
+ $this->indexerProcessor->reindexAll();
135
+ $this->assertTrue($this->indexerProcessor->getIndexer()->isValid());
136
$this->attribute->loadByCode(Product::ENTITY, 'test_catalog_view');
137
$this->assertFalse($this->attribute->isObjectNew());
138
$this->attribute->setIsFilterable(false)->save();
0 commit comments