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

Fix test timing.

parent edd21cd8
Branches
Tags
No related merge requests found
...@@ -196,6 +196,7 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase ...@@ -196,6 +196,7 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase
$this->findCss($page, '#make-list')->click(); $this->findCss($page, '#make-list')->click();
$this->findCss($page, '#list_title')->setValue('Login Test List'); $this->findCss($page, '#list_title')->setValue('Login Test List');
$this->findCss($page, '.modal-body .btn.btn-primary')->click(); $this->findCss($page, '.modal-body .btn.btn-primary')->click();
$this->snooze();
$this->assertEquals( $this->assertEquals(
$this->findCss($page, '#save_list option[selected]')->getHtml(), $this->findCss($page, '#save_list option[selected]')->getHtml(),
'Login Test List' 'Login Test 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