-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
staff_features/container_profiles/container_profile_merge.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |