diff --git a/staff_features/container_profiles/container_profile_merge.feature b/staff_features/container_profiles/container_profile_merge.feature new file mode 100644 index 0000000..03c0f0a --- /dev/null +++ b/staff_features/container_profiles/container_profile_merge.feature @@ -0,0 +1,15 @@ +Feature: Container Profiles merge + Background: + Given an administrator user is logged in + And a two Container Profiles A & B have been created + And the user is on the Container Profiles page + And the two Container Profiles are displayed in the search results + Scenario: Merge two Container Profiles + Given the two Container Profiles A & B are selected + When the user clicks on 'Merge' + And the user selects the Container Profile B in the Merge Container Profiles modal + And the user clicks on 'Select merge target' in the modal + And the user clicks on 'Merge 2 records' in the Confirm Merge Container Profiles modal + Then the 'Container Profile(s)' merged message is displayed + And the user is on the Container Profile B view page + And the Container Profile A is deleted \ No newline at end of file