diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php index 8ecaa4876f39c58678b91e68f2a414342e362d84..60770e86bf55340bebca7cee7356e7d7254e4d52 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php @@ -107,6 +107,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase $this->snooze(); $this->fillInAccountForm($page); $this->findCss($page, '.modal-body .btn.btn-primary')->click(); + $this->snooze(); // Make sure page updated for login $page = $this->gotoRecord(); $this->findCss($page, '#usercomments')->click();