remove duplicated method

This commit is contained in:
Julian Herrero
2018-09-24 19:38:59 +02:00
parent 1c6f0be856
commit 1d30909725

View File

@@ -1,7 +0,0 @@
def fill_in_ckeditor(id, with:)
within_frame find("#cke_#{id} iframe") do
find('body').base.send_keys with
end
end