Skip to content

Commit

Permalink
digital object edit default values
Browse files Browse the repository at this point in the history
  • Loading branch information
kdimopulu committed Dec 19, 2024
1 parent e9686e7 commit 080634f
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Feature: Digital Object Edit Default Values
Background:
Given an administrator user is logged in
And the Pre-populate Records option is checked in Repository Preferences
And a Digital Object has been created
And the user is on the Digital Objects page
Scenario: Open Digital Object Edit Default values page
When the user clicks on 'Edit Default Values'
And the user clicks on 'Digital Object' in the dropdown menu
Then the Digital Object Defaults page is displayed
Scenario: Edit Default Values
Given the user is on the Digital Object Defaults page
When the user fills in 'Title' with 'Test Digital Object'
And the user selects 'Text' from 'Digital Object Type'
And the user clicks on 'Save'
Then the 'Defaults' updated message is displayed
And the new Digital Object form has the following default values
| form_section | form_field | form_value |
| Basic Information | Title | Test Digital Object |
| Basic Information | Digital Object Type | Text |

0 comments on commit 080634f

Please sign in to comment.