Loading core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class BlockContentTranslationUITest extends ContentTranslationUITestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ class ContentTestTranslationUITest extends ContentTranslationUITestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ protected function doTestAuthoringInfo() { ]; $this->drupalGet($entity->toUrl('edit-form')); $this->submitForm($edit, $this->getFormSubmitAction($entity, $langcode)); $this->assertSession()->elementExists('xpath', '//div[contains(@class, "error")]//ul'); $this->assertSession()->elementExists('xpath', '//div[@aria-label="Error message"]//ul'); $metadata = $this->manager->getTranslationMetadata($entity->getTranslation($langcode)); $this->assertEquals($values[$langcode]['uid'], $metadata->getAuthor()->id(), 'Translation author correctly kept.'); $this->assertEquals($values[$langcode]['created'], $metadata->getCreatedTime(), 'Translation date correctly kept.'); Loading core/modules/media/tests/src/Functional/MediaTranslationUITest.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class MediaTranslationUITest extends ContentTranslationUITestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ class MenuLinkContentTranslationUITest extends ContentTranslationUITestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading Loading
core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class BlockContentTranslationUITest extends ContentTranslationUITestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading
core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ class ContentTestTranslationUITest extends ContentTranslationUITestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ protected function doTestAuthoringInfo() { ]; $this->drupalGet($entity->toUrl('edit-form')); $this->submitForm($edit, $this->getFormSubmitAction($entity, $langcode)); $this->assertSession()->elementExists('xpath', '//div[contains(@class, "error")]//ul'); $this->assertSession()->elementExists('xpath', '//div[@aria-label="Error message"]//ul'); $metadata = $this->manager->getTranslationMetadata($entity->getTranslation($langcode)); $this->assertEquals($values[$langcode]['uid'], $metadata->getAuthor()->id(), 'Translation author correctly kept.'); $this->assertEquals($values[$langcode]['created'], $metadata->getCreatedTime(), 'Translation date correctly kept.'); Loading
core/modules/media/tests/src/Functional/MediaTranslationUITest.php +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ class MediaTranslationUITest extends ContentTranslationUITestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading
core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ class MenuLinkContentTranslationUITest extends ContentTranslationUITestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading