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

Skip to content
Snippets Groups Projects
Commit 918a77c2 authored by drishu's avatar drishu
Browse files

OEL-1374: Update classes assert.

parent 62ee489c
No related branches found
No related tags found
3 merge requests!149Update EPIC-1450-List-pages,!141Update EPIC-1293-Project,!126OEL-1374: Search page look & feel update
......@@ -55,10 +55,10 @@ class FloatEndSortWidgetTest extends BetterExposedFiltersKernelTestBase {
// Render the exposed form.
$this->renderExposedForm($view);
$crawler = new Crawler($this->content->__toString());
$widget = $crawler->filter('form.bef-exposed-form');
$this->assertCount(1, $widget);
$this->assertStringContainsString('col-md-6 col-lg-4 mt-3 mt-md-0', $widget->attr('class'));
$this->assertStringContainsString('col-lg-4 col-md-6 mt-3 mt-md-0', $widget->attr('class'));
$view->destroy();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment