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

Tweaked test timing for improved stability.

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