Skip to content
Snippets Groups Projects
Commit 4095dc5a authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fix merge glitch.

parent 825b34b1
No related merge requests found
......@@ -220,7 +220,7 @@ class SearchFacetsTest extends \VuFindTest\Unit\MinkTestCase
$genreMore = $this->findCss($page, '#more-narrowGroupHidden-genre_facet');
$genreMore->click();
$this->facetListProcedure($page, $limit, true);
$this->assertEquals(1, count($page->findAll('css', '.active-filters')));
$this->assertEquals(1, count($page->findAll('css', $this->activeFilterSelector)));
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment