Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

OEL-1618: Upgrade BCL to 0.23.0.

Merged Francesco SARDARA requested to merge OEL-1618 into 1.x
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -166,7 +166,7 @@ class ListPagesTest extends WhitelabelBrowserTestBase {
*/
protected function assertListing(int $expected_count, ElementInterface $container): void {
$listing = $container->find('css', 'div.bcl-listing');
$this->assertSession()->elementsCount('css', 'div.listing-item', $expected_count, $listing);
$this->assertSession()->elementsCount('css', 'article.listing-item', $expected_count, $listing);
}
/**
Loading