From 973096b6ae1f34310316a74e282501357739ac87 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Mon, 20 May 2019 13:58:51 -0400 Subject: Correct test name --- actiontext/test/system/system_test_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actiontext/test') diff --git a/actiontext/test/system/system_test_helper_test.rb b/actiontext/test/system/system_test_helper_test.rb index 460769c480..2a57fa8d88 100644 --- a/actiontext/test/system/system_test_helper_test.rb +++ b/actiontext/test/system/system_test_helper_test.rb @@ -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" -- cgit v1.2.3