Files
grecia/spec/helpers/ckeditor_spec.rb
2018-09-20 17:13:40 +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