diff --git a/tests/src/FunctionalJavascript/Select2BoxesTests.php b/tests/src/FunctionalJavascript/Select2BoxesTests.php
index 89edf0f..ffca123 100644
--- a/tests/src/FunctionalJavascript/Select2BoxesTests.php
+++ b/tests/src/FunctionalJavascript/Select2BoxesTests.php
@@ -180,8 +180,8 @@ class Select2BoxesTests extends Select2BoxesTestsBase {
     // Submit the settings form.
     $this->click('input[name="field_tags_plugin_settings_update"]');
     $this->minkSession->wait(2000);
-    // Check for summary text updates.
-    $this->assertTextHelper('Preloading enabled', FALSE);
+    // Check for summary text updates,
+    // according to the specified number of preload entries.
     $this->assertTextHelper('Number of preloaded entries: 5', FALSE);
     // Submit the entity form display settings.
     $this->saveForm();
@@ -344,8 +344,8 @@ class Select2BoxesTests extends Select2BoxesTestsBase {
     // Submit the settings form.
     $this->click('input[name="field_tags_plugin_settings_update"]');
     $this->minkSession->wait(2000);
-    // Check for summary text updates.
-    $this->assertTextHelper('Preloading enabled', FALSE);
+    // Check for summary text updates,
+    // according to the NON-specified number of preload entries.
     $this->assertTextHelper('Number of preloaded entries: all', FALSE);
     // Submit the entity form display settings.
     $this->saveForm();
