Commit b23e799 1 parent 0a718e2 commit b23e799 Copy full SHA for b23e799
File tree 1 file changed +13
-0
lines changed
staff_features/digital_objects
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ Feature : Digital Object Transfer
2
+ Background :
3
+ Given an administrator user is logged in
4
+ And a Repository with name 'Transfer Test Repository' has been created
5
+ And a Digital Object has been created
6
+ Scenario : Digital Object is transferred to another Repository
7
+ Given the Digital Object is opened in edit mode
8
+ When the user clicks on 'Transfer' in the record toolbar
9
+ And the user selects 'Transfer Test Repository' from 'Destination Repository'
10
+ And the user clicks on 'Transfer' in the transfer form
11
+ And the user clicks on 'Transfer' in the modal
12
+ Then the following message is displayed
13
+ | Transfer Successful . Records may take a moment to appear in the target repository while re -indexing takes place . |
You can’t perform that action at this time.
0 commit comments