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

More snoozing.

parent 4e69584c
No related merge requests found
...@@ -256,6 +256,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -256,6 +256,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
// Click email // Click email
$page = $this->gotoRecord(); $page = $this->gotoRecord();
$this->findCss($page, '#mail-record')->click(); $this->findCss($page, '#mail-record')->click();
$this->snooze();
$this->findCss($page, '.modal #email_to'); $this->findCss($page, '.modal #email_to');
// Type invalid email // Type invalid email
$this->findCss($page, '.modal #email_to')->setValue('blargarsaurus'); $this->findCss($page, '.modal #email_to')->setValue('blargarsaurus');
......
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