Skip to content

Commit ef12429

Browse files
Rename files
1 parent a55ba57 commit ef12429

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

staff_features/accessions/accession_spawn.feature staff_features/accessions/accession_accession_spawn.feature

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Feature: Accession Spawn
1+
Feature: Accession Accession Spawn
22
Background:
33
Given an administrator user is logged in
44
And an Accession has been created
@@ -9,14 +9,13 @@ Feature: Accession Spawn
99
Then the New Accession page is displayed
1010
And the following info message is displayed
1111
|This Accession has been spawned from Accession . This record is unsaved. You must click Save for the record to be created in the system.|
12-
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
1413
Given the user is on the New Accession page spawned from the original Accession
1514
When the user fills in 'Identifier'
1615
And the user clicks on 'Save'
1716
Then the Accession is created
1817
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
2019
Given the user is on the New Accession page spawned from the original Accession
2120
When the user fills in 'Identifier'
2221
And the user links to the original Accession in the 'Related Accessions' form

0 commit comments

Comments
 (0)