core/modules/editor/src/Tests/QuickEditIntegrationTest.php | 1 - core/modules/quickedit/src/Tests/QuickEditLoadingTest.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/core/modules/editor/src/Tests/QuickEditIntegrationTest.php b/core/modules/editor/src/Tests/QuickEditIntegrationTest.php index 5a7b9cb..923ed68 100644 --- a/core/modules/editor/src/Tests/QuickEditIntegrationTest.php +++ b/core/modules/editor/src/Tests/QuickEditIntegrationTest.php @@ -176,7 +176,6 @@ public function testMetadata() { 'access' => TRUE, 'label' => 'Long text field', 'editor' => 'editor', - 'aria' => 'Entity entity_test 1, field Long text field', 'custom' => array( 'format' => 'full_html', 'formatHasTransformations' => FALSE, diff --git a/core/modules/quickedit/src/Tests/QuickEditLoadingTest.php b/core/modules/quickedit/src/Tests/QuickEditLoadingTest.php index 22cdb45..5ddc5cf 100644 --- a/core/modules/quickedit/src/Tests/QuickEditLoadingTest.php +++ b/core/modules/quickedit/src/Tests/QuickEditLoadingTest.php @@ -174,7 +174,6 @@ public function testUserWithPermission() { 'label' => 'Body', 'access' => TRUE, 'editor' => 'form', - 'aria' => 'Entity node 1, field Body', ) ); $this->assertIdentical(Json::decode($response), $expected, 'The metadata HTTP request answers with the correct JSON response.'); @@ -333,7 +332,6 @@ public function testTitleBaseField() { 'label' => 'Title', 'access' => TRUE, 'editor' => 'plain_text', - 'aria' => 'Entity node 1, field Title', ) ); $this->assertIdentical(Json::decode($response), $expected, 'The metadata HTTP request answers with the correct JSON response.');