protected property WebDriverTestBase::$failOnJavascriptConsoleErrors in Drupal 10
Same name and namespace in other branches
- 9 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 24
Class
- WebDriverTestBase
- Runs a browser test using a driver that supports JavaScript.
Namespace
Drupal\FunctionalJavascriptTestsCode
protected $failOnJavascriptConsoleErrors = TRUE;