diff --git a/spec/support/common_actions/ckeditor.rb b/spec/support/common_actions/ckeditor.rb deleted file mode 100644 index 9ad868123..000000000 --- a/spec/support/common_actions/ckeditor.rb +++ /dev/null @@ -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