Skip to content
Snippets Groups Projects
Commit 8d8a9dae authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fixed test problems.

- Adjusted timing to ensure element visibility
- Fixed inappropriate call inside count()
parent fc78782e
No related merge requests found
...@@ -148,6 +148,7 @@ class ListViewsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -148,6 +148,7 @@ class ListViewsTest extends \VuFindTest\Unit\MinkTestCase
// Click save inside the tools tab // Click save inside the tools tab
$this->findCss($page, '#tools_cd588d8723d65ca0ce9439e79755fa0a')->click(); $this->findCss($page, '#tools_cd588d8723d65ca0ce9439e79755fa0a')->click();
$this->snooze();
$this->findCss($page, '#tools_cd588d8723d65ca0ce9439e79755fa0a-content .save-record')->click(); $this->findCss($page, '#tools_cd588d8723d65ca0ce9439e79755fa0a-content .save-record')->click();
$this->snooze(); $this->snooze();
// Login // Login
......
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