Just saw that drush gen test:webdriver uses protected $defaultTheme = 'claro';:
|
protected $defaultTheme = 'claro'; |
Is that correct? Or isn't that the proposed base theme for webdriver tests? Perhaps I'm missing something?
I guess we should change this to the "stark" theme?
See:
I sadly couldn't find clear documentation or a change record pointing this out safe.
Just saw that
drush gen test:webdriverusesprotected $defaultTheme = 'claro';:drupal-code-generator/templates/Test/_webdriver/webdriver.twig
Line 19 in 9641c75
Is that correct? Or isn't that the proposed base theme for webdriver tests? Perhaps I'm missing something?
I guess we should change this to the
"stark"theme?See:
I sadly couldn't find clear documentation or a change record pointing this out safe.