You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test("should not raise an error when there is a compound field not required with a required childfield that has no value but siblings don't have value either",()=>{
test('should not raise an error when there is a compound field not required with a required childfield that has value and some of the siblings has value',()=>{
test('should raise an error when there is a compound field not required with a required childfield that has no value but some of the siblings have',()=>{
277
+
consttestDataset=createDatasetDTO(
278
+
undefined,
279
+
undefined,
280
+
undefined,
281
+
undefined,
282
+
'Project Member',
283
+
undefined,
284
+
undefined,
285
+
''
286
+
)
287
+
expect.assertions(6)
288
+
runValidateExpectingFieldValidationError(
289
+
testDataset,
290
+
'contributorName',
291
+
'There was an error when validating the field contributorName from metadata block citation with parent field contributor in position 0. Reason was: The field should not be empty.',
0 commit comments