Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit b8e90ba

Browse files
kdimopulublacksmith-welder
authored andcommitted
Assessment Create
1 parent 94450c0 commit b8e90ba

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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 |

0 commit comments

Comments
 (0)