diff --git a/tests/src/Functional/UwWcmsBasicTest.php b/tests/src/Functional/UwWcmsBasicTest.php
index c3fde9ec17464586052c5e02eb12bd58f1569b49..12b4bdc2fdc4bf72d2bb6757d19cffe042e107ff 100644
--- a/tests/src/Functional/UwWcmsBasicTest.php
+++ b/tests/src/Functional/UwWcmsBasicTest.php
@@ -249,6 +249,9 @@ class UwWcmsBasicTest extends BrowserTestBase {
     ];
     $this->drupalPostForm('admin/structure/webform/add', $edit, 'Save');
 
+    // Test for existence Webform CAPTCHA component on newly-created Webform.
+    $this->assertFieldByXPath('//table[@id="edit-webform-ui-elements"]/tbody/tr[@data-webform-type="captcha"]', NULL, 'CAPTCHA component exists.');
+
     // The variable $test_paths stores Drupal paths and permission information.
     // In this array, the keys are paths. If the value is TRUE, everyone has
     // access. Otherwise, the value must be an array of roles that have access.