Skip to content

Commit

Permalink
Location edit default values
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu authored and blacksmith-welder committed Mar 11, 2025
1 parent 88393bd commit 896c1e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions staff_features/locations/location_edit_default_values.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Feature: :Location Edit Default Values
Background:
Given an administrator user is logged in
And the Pre-populate Records option is checked in Repository Preferences
And a Location has been created
And the user is on the Locations page
Scenario: Edit Default Values
When the user clicks on 'Edit Default Values'
And the user fills in 'Building' with 'Test Building'
And the user fills in 'Barcode' with '12345678'
And the user clicks on 'Save Location'
Then the 'Defaults' updated message is displayed
And the new Location form has the following default values
| form_section | form_field | form_value |
| Basic Information | Building | Test Building |
| Basic Information | Barcode | 12345678 |

0 comments on commit 896c1e6

Please sign in to comment.