Skip to content

Commit 0e92df5

Browse files
author
Serhii Balko
committed
MC-41138: W3C validator reports duplicate ID on Listing Page and Search Result Page
1 parent 7ffc00c commit 0e92df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/CategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function testViewWithoutDuplicateHmlElementIds(): void
276276
* @param int $storeId
277277
* @return CategoryInterface
278278
*/
279-
protected function loadCategory(string $categoryName, int $storeId): CategoryInterface
279+
private function loadCategory(string $categoryName, int $storeId): CategoryInterface
280280
{
281281
/** @var Collection $categoryCollection */
282282
$categoryCollection = $this->categoryCollectionFactory->create();

0 commit comments

Comments
 (0)