From 8d8a9dae2cabba346f5b85deacf78e9faa8d3905 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 17 Jun 2019 16:36:56 -0400 Subject: [PATCH] Fixed test problems. - Adjusted timing to ensure element visibility - Fixed inappropriate call inside count() --- .../integration-tests/src/VuFindTest/Mink/ListViewsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/ListViewsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/ListViewsTest.php index 6b0b1ee58ed..affbc624c9c 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/ListViewsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/ListViewsTest.php @@ -148,6 +148,7 @@ class ListViewsTest extends \VuFindTest\Unit\MinkTestCase // Click save inside the tools tab $this->findCss($page, '#tools_cd588d8723d65ca0ce9439e79755fa0a')->click(); + $this->snooze(); $this->findCss($page, '#tools_cd588d8723d65ca0ce9439e79755fa0a-content .save-record')->click(); $this->snooze(); // Login -- GitLab