-
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
Showing
1 changed file
with
17 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,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 |