diff --git a/spec/system/admin_customize_form_templates_spec.rb b/spec/system/admin_customize_form_templates_spec.rb index 664448a1d3d..270fb065fbc 100644 --- a/spec/system/admin_customize_form_templates_spec.rb +++ b/spec/system/admin_customize_form_templates_spec.rb @@ -29,7 +29,7 @@ describe "Admin Customize Form Templates", type: :system, js: true do it "should prefill form data" do visit("/admin/customize/form-templates/#{form_template.id}") expect(form_template_page).to have_name_value(form_template.name) - # difficult to test the ace editor content (todo later) + # TODO(@keegan) difficult to test the ace editor content, todo later end end