From 3e5a7f10633d5a7abb1960ae62014fcecd297fa8 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 1 Mar 2018 10:10:37 -0500
Subject: [PATCH] Fixed test timing.

---
 .../integration-tests/src/VuFindTest/Mink/LinkResolverTest.php   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/LinkResolverTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/LinkResolverTest.php
index c5ab2266e67..7f3bb38e3f5 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/LinkResolverTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/LinkResolverTest.php
@@ -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);
-- 
GitLab