From 5a94b33b3f313015bec65bb1b6b680e3462eb991 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Wed, 8 Feb 2023 17:01:52 -0800 Subject: [PATCH] DEV: Assign `TODO` to `@keegan` (#20224) --- spec/system/admin_customize_form_templates_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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