From 82651967c1b7ce33b6fa18a1330af6c79947f955 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Wed, 18 Oct 2017 14:11:41 -0400 Subject: [PATCH] Remove list-group references from SearchActionsTest. --- .../src/VuFindTest/Mink/SearchActionsTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/SearchActionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/SearchActionsTest.php index 8d64f37e7b7..86efa290a32 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/SearchActionsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/SearchActionsTest.php @@ -309,7 +309,7 @@ class SearchActionsTest extends \VuFindTest\Unit\MinkTestCase $this->findCss($page, '#modal .js-facet-item.active')->click(); // remove facet $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 $this->findCss($page, '#modal .js-facet-item.active')->click(); // remove facet $this->snooze(); - $this->assertNull($page->find('css', '.list-group.filters')); + $this->assertNull($page->find('css', '.active-filters')); } /** -- GitLab