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 137ec312 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed timing issue.

parent 63216e0f
No related merge requests found
......@@ -79,7 +79,7 @@ class CartTest extends \VuFindTest\Unit\MinkTestCase
// completely failing.
for ($clickRetry = 0; $clickRetry <= 4; $clickRetry++) {
$updateCart->click();
$content = $this->findCss($page, '.popover-content');
$content = $page->find('css', '.popover-content');
if (is_object($content)) {
$this->assertEquals(
'No items were selected. '
......
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