Skip to content
Snippets Groups Projects

ISTWCMS-6970 Modify captcha related code in WcmsTestWebformSettingsCest

Merged Lily Yan requested to merge feature/ISTWCMS-6970-l26yan-Update-to-captcha-2.0.5 into 1.0.x
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -81,8 +81,8 @@ class WcmsTestsWebformSettingsCest {
@@ -81,8 +81,8 @@ class WcmsTestsWebformSettingsCest {
// Visit the form.
// Visit the form.
$i->amOnPage('form/test-form');
$i->amOnPage('form/test-form');
// Ensure that captcha is on the form.
// Ensure the description is on the form.
$i->see('Captcha');
$i->see('This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.');
}
}
/**
/**
Loading