Skip to content

Commit 4ccc038

Browse files
committed
MC-35013: SKU search in Advanced Search page doesn't work
1 parent 2c7a668 commit 4ccc038

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogSearch/Controller/Advanced

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogSearch/Controller/Advanced/ResultTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function testExecuteSkuWithHyphen(): void
9999
);
100100
$this->dispatch('catalogsearch/advanced/result');
101101
$responseBody = $this->getResponse()->getBody();
102-
$this->assertContains('Simple product name', $responseBody);
102+
$this->assertStringContainsString('Simple product name', $responseBody);
103103
}
104104

105105
/**

0 commit comments

Comments
 (0)