Skip to content

Commit

Permalink
Agent light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu committed Feb 6, 2025
1 parent 6cce54f commit 1a821e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions staff_features/agents/agent_light_mode.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Feature: Agent light mode
Background:
Given an administrator user is logged in
And an Agent has been created
And the Agent is opened in edit mode
Scenario: Agent is viewed in light mode
When the user checks 'Light Mode'
Then the Agent is viewed in the light mode
Scenario: Agent is viwed in full mode
Given the light mode is activated
When the user unchecks 'Light Mode'
Then the Agent is opened in the full mode

0 comments on commit 1a821e1

Please sign in to comment.