diff --git a/src/Tests/InlineEntityFormElementWebTest.php b/src/Tests/InlineEntityFormElementWebTest.php index d09484b..f32cc1e 100644 --- a/src/Tests/InlineEntityFormElementWebTest.php +++ b/src/Tests/InlineEntityFormElementWebTest.php @@ -50,7 +50,7 @@ class InlineEntityFormElementWebTest extends InlineEntityFormTestBase { $this->drupalPostForm('ief-test', $edit, t('Save')); $this->assertText('Title field is required.'); // Currently this assert will fail - //$this->assertNoText('This value should not be null.'); + $this->assertNoText('This value should not be null.'); $this->assertNoNodeByTitle($title); $edit['inline_entity_form[title][0][value]'] = $title;