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

Fixed test timing.

parent abc5bc67
Branches
Tags
No related merge requests found
......@@ -158,6 +158,7 @@ class LinkResolverTest extends \VuFindTest\Unit\MinkTestCase
$this->findCss($page, '#searchForm_lookfor')
->setValue('id:testsample1');
$this->findCss($page, '.btn.btn-primary')->click();
$this->snooze();
// Verify the OpenURL
$this->assertOpenUrl($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