diff --git a/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php b/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php index 1dcadc8..8dec4bb 100644 --- a/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php +++ b/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php @@ -133,7 +133,7 @@ function testEditorSelection() { // Editor selection w/ cardinality 1, text format w/ associated text editor. $items[0]['format'] = 'full_html'; - $this->assertEqual('editor', $this->getSelectedEditor($items, $this->field_name), "With cardinality 1, and the full_html text format, the 'editor' editor is selected."); + $this->assertEqual('in_place_editor', $this->getSelectedEditor($items, $this->field_name), "With cardinality 1, and the full_html text format, the 'editor' editor is selected."); // Editor selection with text processing, cardinality >1 $this->field_textarea_field['cardinality'] = 2; @@ -164,7 +164,7 @@ function testMetadata() { $expected = array( 'access' => TRUE, 'label' => 'Long text field', - 'editor' => 'editor', + 'editor' => 'in_place_editor', 'aria' => 'Entity entity_test 1, field Long text field', 'custom' => array( 'format' => 'full_html',