diff --git a/staff_features/digital_objects/digital_object_create_assessment.feature b/staff_features/digital_objects/digital_object_create_assessment.feature new file mode 100644 index 0000000..047a3df --- /dev/null +++ b/staff_features/digital_objects/digital_object_create_assessment.feature @@ -0,0 +1,11 @@ +Feature: Digital Object create Assessment + Background: + Given an administrator user is logged in + And a Digital Object has been created + And the Digital Object is opened in edit mode + Scenario: Assessment form is prefilled with Digital Object title + When the user clicks on 'More' + And the user clicks on 'Create Assessment' + Then the New Assessment page is displayed + And the Assessment is linked to the Digital Object in the 'Basic Information' form + \ No newline at end of file