Set $defaultTheme to stark in all WebDrivcerTestBase tests.

This commit is contained in:
Michael Stenta 2021-09-06 10:59:54 -04:00
parent b49441efe4
commit e4c35aca19
3 changed files with 15 additions and 0 deletions

View File

@ -17,6 +17,11 @@ class GroupTest extends WebDriverTestBase {
*/
protected $profile = 'farm';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/

View File

@ -26,6 +26,11 @@ class LocationTest extends WebDriverTestBase {
*/
protected $profile = 'farm';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/

View File

@ -18,6 +18,11 @@ class ModulesFormTest extends WebDriverTestBase {
*/
protected $profile = 'farm';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/