Remove CKEditor divs

This way the HTML does not depend on CKEditor, and changing the editor
we use in textareas will require very few changes.
This commit is contained in:
Javi Martín
2019-10-25 17:00:18 +02:00
parent 6ef07f8a54
commit e844b0b2db
16 changed files with 46 additions and 45 deletions

View File

@@ -86,10 +86,9 @@ describe "Admin custom pages" do
scenario "Allows images in CKEditor", :js do
visit edit_admin_site_customization_page_path(custom_page)
fill_in_ckeditor "Content", with: "Will add an image"
within(".ckeditor") do
expect(page).to have_css(".cke_toolbar .cke_button__image_icon")
end
expect(page).to have_css(".cke_toolbar .cke_button__image_icon")
end
end