Skip to content
Snippets Groups Projects
Commit c514d0f3 authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-3.1'

parents e891d927 02b60987
No related merge requests found
No preview for this file type
......@@ -188,6 +188,7 @@ class CartTest extends \VuFindTest\Unit\MinkTestCase
// Open the cart and empty it:
$this->openCartLightbox($page);
$this->snooze();
return $page;
}
......@@ -251,6 +252,7 @@ class CartTest extends \VuFindTest\Unit\MinkTestCase
{
$cartSelectAll = $page->find('css', '.modal-dialog .checkbox-select-all');
$cartSelectAll->check();
$this->snooze();
}
/**
......
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