-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88393bd
commit 896c1e6
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
staff_features/locations/location_edit_default_values.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |