Skip to content

Commit

Permalink
OEL-2604: Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
brummbar committed Jul 2, 2024
1 parent 991f3b7 commit e61ae18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e61ae18

Please sign in to comment.