We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce2c2f commit 31aa670Copy full SHA for 31aa670
staff_features/accessions/accession_accession_spawn.feature
@@ -17,7 +17,7 @@ Feature: Spawning a new accession record from an existing accession record
17
And the new accession record is not linked to the original accession
18
Scenario: Successfully spawn a new accession record from an existing accession record - linked
19
Given the user is on the New Accession page spawned from the original accession
20
- When the user fills in 'Identifier' with a unique identifier
+ When the user fills in 'Identifier' with 'a unique identifier' in the 'Basic Information' form
21
And the user adds links to the original accession in the 'Related Accessions' form
22
And the user clicks on 'Save'
23
Then the Accession is created
0 commit comments