mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
DEV: Assign TODO to @keegan (#20224)
This commit is contained in:
@@ -29,7 +29,7 @@ describe "Admin Customize Form Templates", type: :system, js: true do
|
|||||||
it "should prefill form data" do
|
it "should prefill form data" do
|
||||||
visit("/admin/customize/form-templates/#{form_template.id}")
|
visit("/admin/customize/form-templates/#{form_template.id}")
|
||||||
expect(form_template_page).to have_name_value(form_template.name)
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user