Issue #2025451 by amateescu, Berdir | Xano: Fixed Drupal\entity_reference()\Tests\EntityReferenceAdminTest fails on PHP 5.4.9 and libxml 2.9.0.

8.0.x
webchick 2013-10-11 09:53:49 -07:00
parent 612b52c77f
commit d453e34e35
1 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,6 @@ class EntityReferenceAdminTest extends WebTestBase {
), t('Save settings'));
// Check that the field appears in the overview form.
$this->assertFieldByXPath('//table[@id="field-overview"]//td[1]', 'Test label', 'Field was created and appears in the overview page.');
$this->assertFieldByXPath('//table[@id="field-overview"]//tr[@id="field-test"]/td[1]', 'Test label', 'Field was created and appears in the overview page.');
}
}