JSWebWithWebDriverAssertTest.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\FunctionalJavascriptTests\TestsFile
core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.phpView source
<?php
namespace Drupal\FunctionalJavascriptTests\Tests;
use Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver;
/**
* Tests for the JSWebAssert class using webdriver.
*
* @group javascript
*/
class JSWebWithWebDriverAssertTest extends JSWebAssertTest {
/**
* {@inheritdoc}
*/
protected $minkDefaultDriverClass = DrupalSelenium2Driver::class;
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
}
Classes
Name | Description |
---|---|
JSWebWithWebDriverAssertTest | Tests for the JSWebAssert class using webdriver. |