This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
staff_features/assessments Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ Feature : Assessment Create
2+
3+ Background :
4+ Given an administrator user is logged in
5+ And a Digital Object has been created
6+ And an Agent has been created
7+ Scenario : Assessment is created
8+ Given the user is on the New Assessment page
9+ When the user clicks on 'Browse' in the Records dropdown form
10+ And the user filters by text with the Digital Object title in the modal
11+ And the user selects the Digital Object from the search results in the modal
12+ And the user clicks on 'Link' in the modal
13+ And the user clicks on 'Browse' in the Surveyed By dropdown form
14+ And the user filters by text with the Agent name in the modal
15+ And the user selects the Agent from the search results in the modal
16+ And the user clicks on 'Link' in the modal
17+ And the user clicks on 'Save'
18+ Then the 'Assessment' created message is displayed
19+ Scenario : Assessment is not created because required fields are missing
20+ Given the user is on the New Assessment page
21+ When the user clicks on 'Save'
22+ Then the following error messages are displayed
23+ | Records - At least 1 item (s ) is required |
24+ | Surveyed By - At least 1 item (s ) is required |
You can’t perform that action at this time.
0 commit comments