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

Another timing tweak.

parent 5d6353c9
Branches
Tags
No related merge requests found
......@@ -184,6 +184,7 @@ class ListViewsTest extends \VuFindTest\Unit\MinkTestCase
// Reload the page to close all results
$session->reload();
$this->snooze();
// Did our saved one open automatically?
$this->findCss($page, '.result.embedded');
......@@ -191,7 +192,7 @@ class ListViewsTest extends \VuFindTest\Unit\MinkTestCase
$this->clickCss($page, '.result a.title');
// Did our result stay closed?
$session->reload();
$this->snooze(2);
$this->snooze();
$result = $page->find('css', '.result.embedded');
$this->assertFalse(is_object($result));
......
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