DEV: Assign TODO to @keegan (#20224)

This commit is contained in:
Keegan George 2023-02-08 17:01:52 -08:00 committed by GitHub
parent beee9623ec
commit 5a94b33b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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