aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/dummy/app/views
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2019-05-13 12:44:06 -0400
committerGitHub <noreply@github.com>2019-05-13 12:44:06 -0400
commitb2b634137402a82a7dfd60b5646dbd0860a822ca (patch)
tree77d0bd00cc06b58aa08f61e7d5401ac67ab35677 /actiontext/test/dummy/app/views
parent93ef75615e9aec522ee7478689fc6a6ed420814d (diff)
downloadrails-b2b634137402a82a7dfd60b5646dbd0860a822ca.tar.gz
rails-b2b634137402a82a7dfd60b5646dbd0860a822ca.tar.bz2
rails-b2b634137402a82a7dfd60b5646dbd0860a822ca.zip
Add ActionDispatch::SystemTestCase#fill_in_rich_text_area
Diffstat (limited to 'actiontext/test/dummy/app/views')
-rw-r--r--actiontext/test/dummy/app/views/messages/_form.html.erb3
1 files changed, 2 insertions, 1 deletions
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 @@
<div class="field">
<%= 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" } %>
</div>
<div class="actions">