diff --git a/lib/Drupal/config_translation/Tests/ConfigTranslationListUITest.php b/lib/Drupal/config_translation/Tests/ConfigTranslationListUITest.php index 074c2a2..cfd5219 100644 --- a/lib/Drupal/config_translation/Tests/ConfigTranslationListUITest.php +++ b/lib/Drupal/config_translation/Tests/ConfigTranslationListUITest.php @@ -101,10 +101,9 @@ class ConfigTranslationListUITest extends WebTestBase { // Test if the link to translate the block is on the page. $this->assertLinkByHref($translate_link); - // @todo enable again once https://drupal.org/node/2043527#comment-7971971 resolved. // Test if the link to translate actually goes to the translate page. - // $this->drupalGet($translate_link); - // $this->assertRaw('' . t('Language') . ''); + $this->drupalGet($translate_link); + $this->assertRaw('' . t('Language') . ''); } /**