diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php index d998bfe..a74667f 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php @@ -316,7 +316,7 @@ function testTermInterface() { // Test edit link as accessed from Taxonomy administration pages. // Because Simpletest creates its own database when running tests, we know // the first edit link found on the listing page is to our term. - $this->clickLink(t('Edit')); + $this->clickLink(t('Edit'), 1); $this->assertRaw($edit['name'], 'The randomly generated term name is present.'); $this->assertText($edit['description[value]'], 'The randomly generated term description is present.');