Skip to content

Commit

Permalink
Agent merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu committed Feb 7, 2025
1 parent 6cce54f commit 6ad5aa2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions staff_features/agents/agent_merge.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Feature: Agent merge
Background:
Given an administrator user is logged in
And two Agents A & B have been created
Scenario: Merge two Agents by browsing
Given the Agent A is opened in edit mode
When the user clicks on 'Merge'
And the user clicks on the dropdown in the merge dropdown form
And the user clicks on 'Browse' in the merge dropdown form
And the user filters by text with the Agent B name in the modal
And the user selects the Agent B from the search results in the modal
And the user clicks on 'Link' in the modal
And the user clicks on 'Merge' in the merge dropdown form
And the user clicks on 'Merge' in the modal
Then the 'Agent(s)' merged message is displayed
And the Agent B is deleted
Scenario: Merge two Agents by searching
Given the Agent A is opened in edit mode
When the user clicks on 'Merge'
And the user fills in and selects the Agent B in the merge dropdown form
And the user clicks on 'Merge' in the merge dropdown form
And the user clicks on 'Merge' in the modal
Then the 'Agent(s)' merged message is displayed
And the Agent B is deleted

0 comments on commit 6ad5aa2

Please sign in to comment.