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

Another timing tweak.

parent 99241d05
No related merge requests found
......@@ -161,6 +161,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
// Login
$page = $this->gotoRecord(); // redirects to search home???
$this->findCss($page, '#tagRecord')->click();
$this->snooze();
$this->fillInLoginForm($page, 'username2', 'test');
$this->submitLoginForm($page);
// Add tags
......
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