Commit f17bf6c5 authored by catch's avatar catch
Browse files

Issue #3315362 by alexpott: Remove duplicate JSWebWithWebDriverAssertTest

(cherry picked from commit 6d2b6caa)
parent 164c603c
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
<?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';

}