WebDriverTestBase::$failOnJavascriptConsoleErrors

Same name and namespace in other branches
  1. 9 core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php \Drupal\FunctionalJavascriptTests\WebDriverTestBase::failOnJavascriptConsoleErrors
  2. 10 core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php \Drupal\FunctionalJavascriptTests\WebDriverTestBase::failOnJavascriptConsoleErrors

Determines if a test should fail on JavaScript console errors.

Type: bool

File

core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php, line 26

Class

WebDriverTestBase
Runs a browser test using a driver that supports JavaScript.

Namespace

Drupal\FunctionalJavascriptTests

Code

protected $failOnJavascriptConsoleErrors = TRUE;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.