only in patch2: unchanged: --- a/core/modules/taxonomy/src/Tests/VocabularyUiTest.php +++ b/core/modules/taxonomy/src/Tests/VocabularyUiTest.php @@ -50,7 +50,7 @@ public function testVocabularyInterface() { $this->assertText($edit['name'], 'Vocabulary name found in the vocabulary overview listing.'); $this->assertText($edit['description'], 'Vocabulary description found in the vocabulary overview listing.'); $this->assertLinkByHref(Url::fromRoute('entity.taxonomy_term.add_form', ['taxonomy_vocabulary' => $edit['vid']])->toString()); - $this->clickLink(t('Edit vocabulary')); + $this->clickLink(t('Edit')); $edit = []; $edit['name'] = $this->randomMachineName(); $edit['description'] = $this->randomMachineName();