Skip to content

Commit

Permalink
Fix advanced search tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Nov 20, 2024
1 parent 8cbf272 commit ced83f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,6 @@ public function testHierarchicalFacetsFilters(): void
$this->clickCss($page, '#limit_hierarchical_facet_str_mv option', null, 1);
$this->clickCss($page, '.btn.btn-primary');
$this->waitForPageLoad($page);
$this->assertAppliedFilter($page, 'level1a/level2a');
$this->assertAppliedFilter($page, 0, 'hierarchy', 'level1a/level2a');
}
}

0 comments on commit ced83f5

Please sign in to comment.