Files
nairobi/spec/support/common_actions/ckeditor.rb
2018-09-21 20:51:51 +02:00

8 lines
125 B
Ruby

def fill_in_ckeditor(id, with:)
within_frame find("#cke_#{id} iframe") do
find('body').base.send_keys with
end
end