Skip to content

Commit

Permalink
Update stepdefs.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbrook authored Feb 8, 2024
1 parent 07dccaf commit fe1b8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/stepdefs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@
pending # Write code here that turns the phrase above into concrete actions
end

When('the Solr query is: {string}$') do |string|
When('the Solr query is: (.*)$') do |string|
pending # Write code here that turns the phrase above into concrete actions
end

0 comments on commit fe1b8e2

Please sign in to comment.