reverted: --- b/core/modules/node/src/Tests/NodeAdminTest.php +++ a/core/modules/node/src/Tests/NodeAdminTest.php @@ -60,7 +60,6 @@ $this->drupalGet('admin/content'); foreach ($nodes_query as $delta => $string) { - $this->verbose($string); $elements = $this->xpath('//table[contains(@class, :class)]/tbody/tr[' . ($delta + 1) . ']/td[2]/a[normalize-space(text())=:label]', array(':class' => 'views-table', ':label' => $string)); $this->assertTrue(!empty($elements), 'The node was found in the correct order.'); }