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
3 files
+ 10
10
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -54,7 +54,7 @@ class ListPagesTest extends WhitelabelBrowserTestBase {
// Assert offcanvas.
$offcanvas = $left_column->find('css', 'div.bcl-offcanvas');
$title = $offcanvas->find('css', 'h4.offcanvas-title');
$title = $offcanvas->find('css', 'h3.offcanvas-title');
$this->assertSame('Filter options', $title->getText());
$offcanvas->hasField('Title');
$offcanvas->hasButton('Search');
Loading