diff --git a/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php b/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php index af1826e..d75da20 100644 --- a/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php +++ b/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php @@ -86,7 +86,7 @@ protected function getNewEntityValues($langcode) { protected function createEntity($values, $langcode, $bundle_name = NULL) { $this->drupalLogin($this->editor); $edit = array( - 'title[0][value]' => $values['title'], + 'title[0][value]' => $values['title'][0]['value'], "{$this->fieldName}[0][value]" => $values[$this->fieldName][0]['value'], 'langcode' => $langcode, );