drupalextension icon indicating copy to clipboard operation
drupalextension copied to clipboard

Throw an error in parseEntityFields if field does not exist

Open jonathanjfshaw opened this issue 7 years ago • 0 comments

If you try to specify entities with non-existing fields, no warning is given. This step passes but should not:

Given "page" content:
| title | field_does_not_exist |
| test | some value               |

jonathanjfshaw avatar Mar 09 '17 12:03 jonathanjfshaw