You are here

JSWebWithWebDriverAssertTest.php in Drupal 9

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

Namesort descending Description
JSWebWithWebDriverAssertTest Tests for the JSWebAssert class using webdriver.