The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Adjust test timing.

parent 2c2a5f24
No related merge requests found
......@@ -141,6 +141,7 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase
$this->findCss($page, '#list_title')->setValue('Test List');
$this->findCss($page, '#list_desc')->setValue('Just. THE BEST.');
$this->findCss($page, '.modal-body .btn.btn-primary')->click();
$this->snooze();
$this->assertEquals($this->findCss($page, '#save_list option[selected]')->getHtml(), 'Test List');
$this->findCss($page, '#add_mytags')->setValue('test1 test2 "test 3"');
$this->findCss($page, '.modal-body .btn.btn-primary')->click();
......@@ -185,6 +186,7 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase
// Make Two Lists
// - One for the next test
$this->findCss($page, '#make-list')->click();
$this->snooze();
$this->findCss($page, '#list_title')->setValue('Future List');
$this->findCss($page, '.modal-body .btn.btn-primary')->click();
$this->snooze();
......@@ -194,6 +196,7 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase
);
// - One for now
$this->findCss($page, '#make-list')->click();
$this->snooze();
$this->findCss($page, '#list_title')->setValue('Login Test List');
$this->findCss($page, '.modal-body .btn.btn-primary')->click();
$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