Simplify CKEditor translatable fields in specs

We've simplified the way CKEditor is handled in tests; probably due to
that, we don't need this method anymore.
This commit is contained in:
Javi Martín
2020-04-10 15:14:15 +02:00
parent 06bc72cc66
commit a0ea1f6ecb
2 changed files with 2 additions and 8 deletions

View File

@@ -14,8 +14,8 @@ describe "Admin budget phases" do
fill_in "start_date", with: Date.current + 1.day
fill_in "end_date", with: Date.current + 12.days
fill_in_translatable_ckeditor "summary", :en, with: "New summary of the phase."
fill_in_translatable_ckeditor "description", :en, with: "New description of the phase."
fill_in_ckeditor "Summary", with: "New summary of the phase."
fill_in_ckeditor "Description", with: "New description of the phase."
uncheck "budget_phase_enabled"
click_button "Save changes"