Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Feb 13, 2025
1 parent b8eeace commit 1199f9d
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions staff_features/agents/agent_edit_default_values.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ Feature: Agent Edit Default Values
Background:
Given an administrator user is logged in
And the Pre-populate Records option is checked in Repository Preferences
And an Agent type Person has been created
And an Agent type Family has been created
And an Agent type Corporate Entity has been created
And an Agent type Software has been created
Scenario: Edit Default Values of Agent Person
Given an Agent Person has been created
And the user is on the Agents page
Scenario: Edit Default Values of Agent type Person
When the user clicks on 'Edit Default Values'
And the user clicks on 'Person' in the dropdown menu
And the user clicks on 'Name Forms'
Expand All @@ -16,11 +13,13 @@ Feature: Agent Edit Default Values
And the user fills in 'Rest of Name' with 'Rest name'
And the user clicks on 'Save Person'
Then the 'Defaults' updated message is displayed
And the new Agent type Person form has the following default values
| form_section | form_field | form_value |
| Name Forms | Primary Part of Name | Test name |
| Name Forms | Rest of Name | Rest name |
Scenario: Edit Default Values of Agent type Family
And the new Agent Person form has the following default values
| form_section | form_field | form_value |
| Name Forms | Primary Part of Name | Test name |
| Name Forms | Rest of Name | Rest name |
Scenario: Edit Default Values of Agent Family
Given an Agent Family has been created
And the user is on the Agents page
When the user clicks on 'Edit Default Values'
And the user clicks on 'Family' in the dropdown menu
And the user clicks on 'Notes'
Expand All @@ -29,30 +28,33 @@ Feature: Agent Edit Default Values
And the user fills in 'Content' with 'Test note'
And the user clicks on 'Save Family'
Then the 'Defaults' updated message is displayed
And the new Agent type Family form has the following default values
| form_section | form_field | form_value |
| Notes | Note Type | General Context |
| Notes | Content | Test note |
Scenario: Edit Default Values of Agent type Corporate Entity
And the new Agent Family form has the following default values
| form_section | form_field | form_value |
| Notes | Note Type | General Context |
| Notes | Content | Test note |
Scenario: Edit Default Values of Agent Corporate Entity
Given an Agent Corporate Entity has been created
And the user is on the Agents page
When the user clicks on 'Edit Default Values'
And the user clicks on 'Corporate Entity' in the dropdown menu
And the user clicks on 'Other Agency Codes'
And the user clicks on 'Add Agency Code'
And the user fills in 'Maintenance Agency' with 'Test Agency'
And the user clicks on 'Save Corporate Entity'
Then the 'Defaults' updated message is displayed
And the new Agent type Corporate Entity form has the following default values
| form_section | form_field | form_value |
| Other Agency Codes | Maintenance Agency | Test Agency |
Scenario: Edit Default Values of Agent type Software
And the new Agent Corporate Entity form has the following default values
| form_section | form_field | form_value |
| Other Agency Codes | Maintenance Agency | Test Agency |
Scenario: Edit Default Values of Agent Software
Given an Agent Software has been created
And the user is on the Agents page
When the user clicks on 'Edit Default Values'
And the user clicks on 'Software' in the dropdown menu
And the user clicks on 'Contact Details'
And the user clicks on 'Add Contact'
And the user fills in 'Contact Name' with 'Test Contact'
And the user clicks on 'Save Software'
Then the 'Defaults' updated message is displayed
And the new Agent type Corporate Entity form has the following default values
| form_section | form_field | form_value |
| Contact Details | Contact Name | Test Contact |

And the new Agent Corporate Entity form has the following default values
| form_section | form_field | form_value |
| Contact Details | Contact Name | Test Contact |

0 comments on commit 1199f9d

Please sign in to comment.