Skip to content

Commit c39d567

Browse files
Fix step definition name
1 parent f3b6173 commit c39d567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staff_features/accessions/step_definitions/accession_edit.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
end
6767

6868
When 'the user changes the {string} field' do |field|
69-
fill_in field, with: "Updated Title #{SecureRandom.uuid}"
69+
fill_in field, with: "#{SecureRandom.uuid}"
7070
end
7171

7272
Then 'the {string} field has the original value' do |field|

0 commit comments

Comments
 (0)