Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 3227f9b

Browse files
kdimopulublacksmith-welder
authored andcommitted
Event edit default values
1 parent 628998f commit 3227f9b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Feature: Event Edit Default Values
2+
Background:
3+
Given an administrator user is logged in
4+
And the Pre-populate Records option is checked in Repository Preferences
5+
And an Event has been created
6+
And the user is on the Events page
7+
Scenario: Edit Default Values
8+
When the user clicks on 'Edit Default Values'
9+
And the user fills in 'Title' with 'Test Digital Object'
10+
And the user selects 'Collection' from 'Type'
11+
And the user fills in 'Outcome Note' with 'Test Note'
12+
And the user clicks on 'Save'
13+
Then the 'Defaults' updated message is displayed
14+
And the new Event form has the following default values
15+
| form_section | form_field | form_value |
16+
| Basic Information | Type | Collection |
17+
| Basic Information | Outcome Note | Test Note |

0 commit comments

Comments
 (0)