Skip to content

Commit

Permalink
Subject import
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu authored and blacksmith-welder committed Jan 29, 2025
1 parent 4dc8f2b commit a0ba08c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions staff_features/subjects/subject_import.feature
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

0 comments on commit a0ba08c

Please sign in to comment.