Skip to content
Snippets Groups Projects
Commit 793cfa3c authored by Liam Morland's avatar Liam Morland
Browse files

ISTWCMS-4881: Test for CAPTCHA component in Webforms

parent d0f2a780
No related branches found
No related tags found
2 merge requests!433ISTWCMS-6296 Create test for all event dates test cases,!165ISTWCMS-4881: Test Webform anti-spam
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment