Skip to content

Commit

Permalink
Digital Object Transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu authored and blacksmith-welder committed Jan 14, 2025
1 parent 812bb43 commit 8dd62b9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions staff_features/digital_objects/digital_object_transfer.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Feature: Digital Object Transfer
Background:
Given an administrator user is logged in
And a Repository with name 'Transfer Test Repository' has been created
And a Digital Object has been created
And the Digital Object is opened in edit mode
Scenario: Digital Object is transferred to another Repository
When the user clicks on 'Transfer' in the record toolbar
And the user selects 'Transfer Test Repository' from 'Destination Repository'
And the user clicks on 'Transfer' in the transfer form
And the user clicks on 'Transfer' in the modal
Then the following message is displayed
| Transfer Successful. Records may take a moment to appear in the target repository while re-indexing takes place. |

0 comments on commit 8dd62b9

Please sign in to comment.