From 59b878e99d0d2a422e78caec1e8b99d61b0e5d04 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 9 Jun 2016 09:14:33 -0400 Subject: [PATCH] Added snooze. --- .../tests/integration-tests/src/VuFindTest/Mink/BasicTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicTest.php index 96078903d7a..fcab96554e3 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/BasicTest.php @@ -117,6 +117,7 @@ class BasicTest extends \VuFindTest\Unit\MinkTestCase $page = $session->getPage(); // Open Search tips lightbox $this->findCss($page, 'footer .help-link')->click(); + $this->snooze(); // Click a jump link $this->findCss($page, '.modal-body .HelpMenu a')->click(); // Make sure we're still in the Search Tips -- GitLab