Skip to content

Commit

Permalink
Digital Object Transfer (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu authored Feb 5, 2025
1 parent 0a718e2 commit b23e799
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
Scenario: Digital Object is transferred to another Repository
Given the Digital Object is opened in edit mode
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 b23e799

Please sign in to comment.