Skip to content

Commit

Permalink
Container Profile merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu committed Feb 25, 2025
1 parent 3506790 commit 026944c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions staff_features/container_profiles/container_profile_merge.feature
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 026944c

Please sign in to comment.