Skip to content
Snippets Groups Projects
Commit a3e8eb86 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'master' of https://github.com/vufind-org/vufind

parents 0973d027 1452fa70
No related merge requests found
......@@ -89,7 +89,6 @@ class CartTest extends \VuFindTest\Unit\MinkTestCase
return;
}
}
die();
$this->fail('Too many retries on check for error message.');
}
......
......@@ -95,7 +95,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
// TODO Rewrite for comment and login coming
$this->findCss($page, '.record-tabs .usercomments')->click();
$this->findCss($page, '.comment-form');
$this->assertEquals( // Can Comment?
$this->assertEquals(// Can Comment?
'You must be logged in first',
$this->findCss($page, 'form.comment-form .btn.btn-primary')->getValue()
);
......@@ -111,7 +111,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
// Make sure page updated for login
$page = $this->gotoRecord();
$this->findCss($page, '.record-tabs .usercomments')->click();
$this->assertEquals( // Can Comment?
$this->assertEquals(// Can Comment?
'Add your comment',
$this->findCss($page, 'form.comment-form .btn.btn-primary')->getValue()
);
......
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