The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 736baa17 authored by Demian Katz's avatar Demian Katz Committed by GitHub
Browse files

Add snooze for test stability.

parent d4ed951a
No related merge requests found
......@@ -241,6 +241,7 @@ class BulkTest extends \VuFindTest\Unit\MinkTestCase
// Do the export:
$submit = $this->findCss($page, '.modal-body input[name=submit]');
$submit->click();
$this->snooze();
$result = $this->findCss($page, '.modal-body .alert .text-center .btn');
$this->assertEquals('Download File', $result->getText());
}
......
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