Skip to content

Commit

Permalink
Agent publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu committed Feb 6, 2025
1 parent 6cce54f commit ad521fc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions staff_features/agents/agent_publish.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Feature: Agent Publish
Background:
Given an administrator user is logged in
And an Agent has been created
Scenario: Publish the Agent from toolbar
Given the Agent is opened in edit mode
When the user clicks on 'Publish All'
And the user clicks on 'Publish All' in the modal
Then the 'Agent' published message is displayed
And the 'View Published' button is displayed
Scenario: Publish the Agent record from the Publish checkbox in the Basic Information section
Given the Agent is opened in edit mode
When the user checks 'Publish'
And the user clicks on 'Save'
Then the 'Agent' updated message is displayed
And the 'View Published' button is displayed
Scenario: View a published Agent Record in the public interface
Given the Agent is opened in edit mode
And the Agent is published
When the user clicks on 'View Published'
Then the Agent opens on a new tab in the public interface

0 comments on commit ad521fc

Please sign in to comment.