You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature:Spawning a new accession record from an existing accession record
1
+
Feature:Accession Accession Spawn
2
2
Background:
3
3
Given an administrator user is logged in
4
-
And an Accession has been created
5
-
And the Accession is opened in edit mode
4
+
And an Accession has been created
5
+
And the Accession is opened in edit mode
6
6
Scenario: Accession Spawn Accession page is opened
7
-
When the user clicks on 'Spawn'
8
-
And the user clicks on 'Accession' in the dropdown menu
9
-
Then the New Accession page is opened
10
-
And the 'This Accession has been spawned from Accession . This record is unsaved. You must click Save for the record to be created in the system.' message is displayed
11
-
Scenario: Successfully spawn a new accession record from an existing accession record - non linked
12
-
Given the user is on the New Accession page spawned from the original accession
13
-
When the user fills in 'Identifier' with a unique identifier
14
-
And the user does not add any links to the original accession in the 'Related Accessions' form
7
+
When the user clicks on 'Spawn'
8
+
And the user clicks on 'Accession' in the spawn dropdown menu
0 commit comments