From e61ae18c25907e459bd43a5420352a79929980de Mon Sep 17 00:00:00 2001 From: Francesco Sardara Date: Wed, 26 Jun 2024 18:57:08 +0200 Subject: [PATCH] OEL-2604: Fix tests. --- .../tests/src/Functional/ListPagesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7c5646133..32f42261e 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-lg-8 h4'); + $title = $container->find('css', 'div.col-md-6.col-xl-8 h4'); $text = $title->find('css', 'span.text-capitalize'); $this->assertSame(