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

More test timing tweaks.

parent 771b7b3a
No related merge requests found
...@@ -389,7 +389,9 @@ class CartTest extends \VuFindTest\Unit\MinkTestCase ...@@ -389,7 +389,9 @@ class CartTest extends \VuFindTest\Unit\MinkTestCase
// First try deleting without selecting anything: // First try deleting without selecting anything:
$delete->click(); $delete->click();
$this->snooze();
$this->findCss($page, '#cart-confirm-delete')->click(); $this->findCss($page, '#cart-confirm-delete')->click();
$this->snooze();
$this->checkForNonSelectedMessage($page); $this->checkForNonSelectedMessage($page);
// Now actually select the records to delete: // Now actually select the records to delete:
...@@ -572,6 +574,7 @@ class CartTest extends \VuFindTest\Unit\MinkTestCase ...@@ -572,6 +574,7 @@ class CartTest extends \VuFindTest\Unit\MinkTestCase
// First try clicking without selecting anything: // First try clicking without selecting anything:
$button->click(); $button->click();
$this->snooze();
$this->checkForNonSelectedMessage($page); $this->checkForNonSelectedMessage($page);
// Now do it for real -- we should get an export option list: // Now do it for real -- we should get an export option list:
......
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