public function SimpleRecaptchaWebformJavascriptTestBase::testHomepage in Simple Google reCAPTCHA 8
Verify that webform admin pages are accessible.
File
- modules/simple_recaptcha_webform/ tests/ src/ FunctionalJavascript/ SimpleRecaptchaWebformJavascriptTestBase.php, line 99 
Class
- SimpleRecaptchaWebformJavascriptTestBase
- JavaScripts tests for the Simple reCAPTCHA webform module.
Namespace
Drupal\Tests\simple_recaptcha_webform\FunctionalJavascriptCode
public function testHomepage() {
  $this
    ->drupalGet('<front>');
  $this
    ->assertSession()
    ->pageTextContains('Log in');
}