We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b6173 commit c39d567Copy full SHA for c39d567
staff_features/accessions/step_definitions/accession_edit.rb
@@ -66,7 +66,7 @@
66
end
67
68
When 'the user changes the {string} field' do |field|
69
- fill_in field, with: "Updated Title #{SecureRandom.uuid}"
+ fill_in field, with: "#{SecureRandom.uuid}"
70
71
72
Then 'the {string} field has the original value' do |field|
0 commit comments