diff --git a/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php b/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php index 5caa5be..7944fdd 100644 --- a/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php +++ b/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php @@ -152,14 +152,6 @@ protected function assertPublishedStatus() { } /** - * {@inheritdoc} - */ - protected function doTestTranslationOverview() { - // @todo Remove this as soon as comment translation overview is fixed. See - // https://drupal.org/node/2106349. - } - - /** * Tests translate link on comment content admin page. */ function testTranslateLinkCommentAdminPage() { diff --git a/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php b/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php index 1ff5485..338955c 100644 --- a/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php +++ b/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php @@ -56,7 +56,6 @@ protected function getTranslatorPermissions() { * Overrides \Drupal\content_translation\Tests\ContentTranslationUITest::getNewEntityValues(). */ protected function getNewEntityValues($langcode) { - // Node title is not translatable yet, hence we use a fixed value. return array('title' => $this->randomName()) + parent::getNewEntityValues($langcode); }