diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php
index e37df683bd50b77e9d6d7cc970f8b4f99221e6fe..4db5a57c40fda61324a869d3f1be99b916b77806 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/FavoritesTest.php
@@ -111,6 +111,7 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase
         $this->findCss($page, '#save_list');
         // Make list
         $this->findCss($page, '#make-list')->click();
+        $this->snooze();
         // Empty
         $this->findCss($page, '.modal-body .btn.btn-primary')->click();
         $this->snooze();
@@ -231,7 +232,7 @@ class FavoritesTest extends \VuFindTest\Unit\MinkTestCase
         $this->findCss($page, '#make-list')->click();
         // Empty
         $this->findCss($page, '.modal-body .btn.btn-primary')->click();
-        $this->findCss($page, '#list_title');
+        $this->snooze();
         $this->findCss($page, '#list_title')->setValue('Test List');
         $this->findCss($page, '#list_desc')->setValue('Just. THE BEST.');
         $this->findCss($page, '.modal-body .btn.btn-primary')->click();
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 ff3c289ab2cbcb7c38c115224c3067ba37432756..7d20b030218953e12e3b400a384336c6c6ba2e48 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/RecordActionsTest.php
@@ -109,6 +109,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
         // Make sure page updated for login
         $page = $this->gotoRecord();
         $this->findCss($page, '#usercomments')->click();
+        $this->snooze();
         $this->assertEquals(
             'Add your comment',
             $this->findCss($page, 'form.comment .btn.btn-primary')->getValue()
@@ -270,6 +271,7 @@ class RecordActionsTest extends \VuFindTest\Unit\MinkTestCase
         // Send text to false email
         $this->findCss($page, '.modal #email_to')->setValue('asdf@vufind.org');
         $this->findCss($page, '.modal-body .btn.btn-primary')->click();
+        $this->snooze();
         // Check for confirmation message
         $this->findCss($page, '.modal .alert-info');
         // Logout