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

Skip to content
Snippets Groups Projects

OEL-1823: Upgrade to BCL 0.24.1

Merged Francesco SARDARA requested to merge OEL-1823 into 1.x
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -54,7 +54,7 @@ class ListPagesTest extends WhitelabelBrowserTestBase {
// Assert offcanvas.
$offcanvas = $left_column->find('css', 'div.bcl-offcanvas');
$title = $offcanvas->find('css', 'h2.offcanvas-title');
$title = $offcanvas->find('css', '.offcanvas-title');
$this->assertSame('Filter options', $title->getText());
$offcanvas->hasField('Title');
$offcanvas->hasButton('Search');
Loading