diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php b/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php index 7bba5b3..9acdca6 100644 --- a/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php +++ b/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php @@ -108,10 +108,6 @@ public function testTaxonomyTermView() { $this->drupalPostForm('node/' . $node->id() . '/translations/add/en/ur', $edit, t('Save (this translation)')); - /** @var \Drupal\views\ViewStorageInterface $view */ - $view = View::load('taxonomy_term'); - $view->enable()->save(); - $this->drupalGet('taxonomy/term/' . $term->id()); $this->assertText($term->label()); $this->assertText($original_title);