Skip to content

Commit

Permalink
Update comment input name
Browse files Browse the repository at this point in the history
This also changed with the isolate_namespace usage.
  • Loading branch information
javierjulio committed Dec 24, 2023
1 parent 863e331 commit ce9cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/comment_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
end

When /^I add a comment "([^"]*)"$/ do |comment|
step %{I fill in "active_admin_comment_body" with "#{comment}"}
step %{I fill in "comment_body" with "#{comment}"}
step %{I press "Add Comment"}
end

Expand Down

0 comments on commit ce9cbc3

Please sign in to comment.