-
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
4dc8f2b
commit a0ba08c
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
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: Subject Import with the LCNAF Import Plug-In | ||
Background: | ||
Given an administrator user is logged in | ||
And a Subject has been created | ||
And the user is on the ArchivesSpace homepage | ||
Scenario: Subject Import with the LCNAF Import Plug-In | ||
When the user clicks on 'Repository settings' | ||
And the user clicks on 'LCNAF Import' in the dropdown menu in the 'Plug-ins' | ||
And the user clicks on 'LCSH - https://id.loc.gov/authorities/subjects' in the 'LCNAF Import' form | ||
And the user fills in 'Primary Name' with 'subject heading' | ||
And the user clicks on 'Search' | ||
And the user selects the Subject from the search results in the modal | ||
And the user clicks on 'Import' | ||
Then the Import Job page is displayed | ||
And the job completes | ||
And the following message is displayed | ||
|The job has completed.| | ||
Scenario: Complete import process using th LCNAF Import Plug-In | ||
Given the Import Job page is displayed | ||
When the user clicks on 'Refresh Page' | ||
Then the Subject is listed in the New & Modified Records form |