From 7c7a6b13cc3805a5102c3d89955708cac1dcc41c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 25 Jun 2021 00:22:02 -0400 Subject: [PATCH] spelling: nonexistent Signed-off-by: Josh Soref --- test/system/issues_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index 4c84d44fc..55e8b1b26 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -58,7 +58,7 @@ class IssuesTest < ApplicationSystemTestCase # User doesn't exist visit issues_path - fill_in "search_by_user", :with => "Nonexistant User" + fill_in "search_by_user", :with => "Nonexistent User" click_on "Search" assert page.has_content?(I18n.t("issues.index.user_not_found")) assert page.has_content?(I18n.t("issues.index.issues_not_found")) -- 2.39.5