Skip to content

Commit

Permalink
Agent import
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu committed Feb 10, 2025
1 parent 6cce54f commit e2d07b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions staff_features/agents/agent_import.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Feature: Agent Import with the LCNAF Import Plug-In
Background:
Given an administrator user is logged in
And an Agent has been created
Scenario: Agent Import with the LCNAF Import Plug-In
When the user clicks on the gear icon
And the user hovers on 'Plug-ins' in the dropdown menu
And the user clicks on 'LCNAF Import' in the dropdown menu
And the user checks 'LCNAF - https://id.loc.gov/authorities/names' in the LCNAF Import form
And the user fills in 'Primary Name' with 'Agent Name'
And the user clicks on 'Search'
And the user selects the first Agent from the search results
And the user clicks on 'Import'
And the user clicks on 'Refresh page'
Then the Import Job page is displayed
And the job completes
And the Agent is listed in the New & Modified Records form

0 comments on commit e2d07b0

Please sign in to comment.