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

Fixed test timing.

parent 8353fe25
No related merge requests found
...@@ -247,6 +247,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -247,6 +247,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
$page = $this->gotoRecord(); $page = $this->gotoRecord();
// Click email record without logging in // Click email record without logging in
$this->findCss($page, '.mail-record')->click(); $this->findCss($page, '.mail-record')->click();
$this->snooze();
$this->findCss($page, '.modal.in [name="username"]'); $this->findCss($page, '.modal.in [name="username"]');
// Login in Lightbox // Login in Lightbox
$this->fillInLoginForm($page, 'username1', 'test'); $this->fillInLoginForm($page, 'username1', 'test');
......
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