We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812bb43 commit 0295586Copy full SHA for 0295586
staff_features/digital_objects/digital_object_create_assessment.feature
@@ -0,0 +1,11 @@
1
+Feature: Digital Object create Assessment
2
+ Background:
3
+ Given an administrator user is logged in
4
+ And a Digital Object has been created
5
+ And the Digital Object is opened in edit mode
6
+ Scenario: Assessment form is prefilled with Digital Object title
7
+ When the user clicks on 'More'
8
+ And the user clicks on 'Create Assessment'
9
+ Then the New Assessment page is displayed
10
+ And the Assessment is linked to the Digital Object in the 'Basic Information' form
11
+
0 commit comments