Correct test name

This commit is contained in:
George Claghorn 2019-05-20 13:58:51 -04:00
parent d246e2f451
commit 973096b6ae
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class ActionText::SystemTestHelperTest < ApplicationSystemTestCase
assert_selector :field, "message[content]", with: /Hello world!/, type: "hidden"
end
test "filling in the first rich-text area" do
test "filling in the only rich-text area" do
visit new_message_url
fill_in_rich_text_area with: "Hello world!"
assert_selector :field, "message[content]", with: /Hello world!/, type: "hidden"