Skip to content

Commit b23e799

Browse files
authored
Digital Object Transfer (#68)
1 parent 0a718e2 commit b23e799

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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. |

0 commit comments

Comments
 (0)