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

Added missing snooze to test.

parent 7c08f744
Branches
Tags
No related merge requests found
...@@ -195,6 +195,7 @@ class BulkTest extends \VuFindTest\Unit\MinkTestCase ...@@ -195,6 +195,7 @@ class BulkTest extends \VuFindTest\Unit\MinkTestCase
// Save the favorites. // Save the favorites.
$this->findCss($page, '.modal-body input[name=submit]')->click(); $this->findCss($page, '.modal-body input[name=submit]')->click();
$this->snooze();
$result = $this->findCss($page, '.modal-body .alert-success'); $result = $this->findCss($page, '.modal-body .alert-success');
$this->assertEquals( $this->assertEquals(
'Your item(s) were saved successfully. Go to List.', $result->getText() 'Your item(s) were saved successfully. Go to List.', $result->getText()
......
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