Skip to content
Snippets Groups Projects
Commit 82651967 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Remove list-group references from SearchActionsTest.

parent 9e36d1c0
No related merge requests found
...@@ -309,7 +309,7 @@ class SearchActionsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -309,7 +309,7 @@ class SearchActionsTest extends \VuFindTest\Unit\MinkTestCase
$this->findCss($page, '#modal .js-facet-item.active')->click(); $this->findCss($page, '#modal .js-facet-item.active')->click();
// remove facet // remove facet
$this->snooze(); $this->snooze();
$this->assertNull($page->find('css', '.list-group.filters')); $this->assertNull($page->find('css', '.active-filters'));
} }
/** /**
...@@ -341,7 +341,7 @@ class SearchActionsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -341,7 +341,7 @@ class SearchActionsTest extends \VuFindTest\Unit\MinkTestCase
$this->findCss($page, '#modal .js-facet-item.active')->click(); $this->findCss($page, '#modal .js-facet-item.active')->click();
// remove facet // remove facet
$this->snooze(); $this->snooze();
$this->assertNull($page->find('css', '.list-group.filters')); $this->assertNull($page->find('css', '.active-filters'));
} }
/** /**
......
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