Skip to content
Snippets Groups Projects
Commit de372d87 authored by catch's avatar catch
Browse files

Issue #3315362 by alexpott: Remove duplicate JSWebWithWebDriverAssertTest

(cherry picked from commit 6d2b6caa)
parent 196e8734
No related branches found
No related tags found
Loading
<?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';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment