From b23e799a5e258dc7c53d59f34169eff0d72c4db6 Mon Sep 17 00:00:00 2001 From: Konstantina Dimopoulou <13031341+kdimopulu@users.noreply.github.com> Date: Wed, 5 Feb 2025 22:16:52 +0200 Subject: [PATCH] Digital Object Transfer (#68) --- .../digital_objects/digital_object_transfer.feature | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 staff_features/digital_objects/digital_object_transfer.feature diff --git a/staff_features/digital_objects/digital_object_transfer.feature b/staff_features/digital_objects/digital_object_transfer.feature new file mode 100644 index 0000000..fd15cca --- /dev/null +++ b/staff_features/digital_objects/digital_object_transfer.feature @@ -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. |