only in patch2: unchanged: --- a/core/modules/contact/src/Tests/ContactSitewideTest.php +++ b/core/modules/contact/src/Tests/ContactSitewideTest.php @@ -240,7 +240,7 @@ function testSiteWideContact() { // Find out in which row the category we want to add a field to is. $i = 0; foreach($this->xpath('//table/tbody/tr') as $row) { - if (((string)$row->td[0]) == $label) { + if (((string)$row->td[0]->a) == $label) { break; } $i++;