Skip to content
Snippets Groups Projects
Verified Commit a66f96f1 authored by ekes's avatar ekes Committed by dpi
Browse files

Issue #3296930 by ekes: Fix tests

parent 94139178
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ class DateRecurModularAlphaTest extends WebDriverTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'classy';
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
......
......@@ -18,7 +18,7 @@ class DateRecurModularOscarTest extends WebDriverTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'classy';
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
......@@ -73,7 +73,7 @@ class DateRecurModularOscarTest extends WebDriverTestBase {
$this->drupalGet($entity->toUrl('edit-form'));
if ($clickAllDay) {
$this->getSession()->getPage()->find('css', '.parts--is-all-day .form-radios> *:nth-child(1) label')->click();
$this->getSession()->getPage()->find('xpath', '//label[@for="edit-dr-0-is-all-day-all-day"]')->click();
}
$this->submitForm($values, 'Save');
......
......@@ -18,7 +18,7 @@ class DateRecurModularSierraTest extends WebDriverTestBase {
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'classy';
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment