diff --git a/modules/oe_whitelabel_list_pages/tests/src/Functional/ListPagesTest.php b/modules/oe_whitelabel_list_pages/tests/src/Functional/ListPagesTest.php index 2b7cbb4e..c907f66f 100644 --- a/modules/oe_whitelabel_list_pages/tests/src/Functional/ListPagesTest.php +++ b/modules/oe_whitelabel_list_pages/tests/src/Functional/ListPagesTest.php @@ -125,7 +125,7 @@ protected function createListPage(): NodeInterface { * Container with the expected elements. */ protected function assertFacetsSummaryTitle(int $expected_count, ElementInterface $container): void { - $title = $container->find('css', 'div.col-md-6.col-xl-8 h4'); + $title = $container->find('css', 'div.col-md-6.col-xl-8 h2'); $text = $title->find('css', 'span.text-capitalize'); $this->assertSame( diff --git a/templates/list_pages/node--oe-list-page--full.html.twig b/templates/list_pages/node--oe-list-page--full.html.twig index 4053217c..b330db09 100644 --- a/templates/list_pages/node--oe-list-page--full.html.twig +++ b/templates/list_pages/node--oe-list-page--full.html.twig @@ -25,10 +25,10 @@