-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f236ee
commit 1aaa83e
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
staff_features/resources/resource_multiple_component_create.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Feature: Create Multiple Resource Component Records using the Rapid Data Entry (RDE) Tool | ||
Background: | ||
Given an administrator user is logged in | ||
And a Resource has been created | ||
And the Resource is opened in edit mode | ||
Scenario: Open Rapid Data Entry tool | ||
When the user clicks on 'Rapid Data Entry' | ||
Then the 'Rapid Data Entry' tool is displayed | ||
Scenario: Add a new resource component row with valid data | ||
Given the 'Rapid Data Entry' tool is displayed | ||
When the user selects 'File' from 'Level of Description' | ||
And the user fills in 'Title' with 'Default Test Title' | ||
And the user selects 'Bulk Dates' from 'Date Type' | ||
And the user fills in 'Begin' with '2021' | ||
And the user clicks on 'Add Row' | ||
Then a new row with the following data is added to the RDE tool | ||
| form_field | form_value | | ||
| Level of Description | File | | ||
| Title | Default Test Title | | ||
| Date Type | Bulk Dates | | ||
| Begin | 2021 | |