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
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
13
-
Scenario: Successfully spawn a new accession record from an existing accession record - non linked
12
+
Scenario: Successfully spawn a new accession from an existing accession - not linked
14
13
Given the user is on the New Accession page spawned from the original Accession
15
14
When the user fills in 'Identifier'
16
15
And the user clicks on 'Save'
17
16
Then the Accession is created
18
17
And the new Accession is not linked to the original Accession
19
-
Scenario: Successfully spawn a new accession record from an existing accession record - linked
18
+
Scenario: Successfully spawn a new accession from an existing accession - linked
20
19
Given the user is on the New Accession page spawned from the original Accession
21
20
When the user fills in 'Identifier'
22
21
And the user links to the original Accession in the 'Related Accessions' form
0 commit comments