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

Fix timing problem with test.

parent 84e26d06
No related merge requests found
......@@ -144,6 +144,7 @@ class ListViewsTest extends \VuFindTest\Unit\MinkTestCase
// Click save inside the tools tab
$this->findCss($page, '#tools_cd588d8723d65ca0ce9439e79755fa0a')->click();
$this->findCss($page, '#tools_cd588d8723d65ca0ce9439e79755fa0a-content .save-record')->click();
$this->snooze();
// Login
$this->fillInLoginForm($page, 'username1', 'test');
$this->submitLoginForm($page);
......
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