From b2b634137402a82a7dfd60b5646dbd0860a822ca Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Mon, 13 May 2019 12:44:06 -0400 Subject: Add ActionDispatch::SystemTestCase#fill_in_rich_text_area --- actiontext/test/dummy/app/views/messages/_form.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actiontext/test/dummy/app/views') diff --git a/actiontext/test/dummy/app/views/messages/_form.html.erb b/actiontext/test/dummy/app/views/messages/_form.html.erb index 3b8a174884..cbaf675fff 100644 --- a/actiontext/test/dummy/app/views/messages/_form.html.erb +++ b/actiontext/test/dummy/app/views/messages/_form.html.erb @@ -18,7 +18,8 @@
<%= form.label :content %> - <%= form.rich_text_area :content, class: "trix-content" %> + <%= form.rich_text_area :content, class: "trix-content", + placeholder: "Your message here", aria: { label: "Message content" } %>
-- cgit v1.2.3