JSWebWithWebDriverAssertTest.php

Namespace

Drupal\FunctionalJavascriptTests\Tests

File

core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php

View 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

Title Deprecated Summary
JSWebWithWebDriverAssertTest Tests for the JSWebAssert class using webdriver.

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