3 lines
83 B
Ruby
3 lines
83 B
Ruby
When /^I focus the comment field$/ do
|
|
find("a.focus_comment_textarea").click
|
|
end
|