]> git.openstreetmap.org Git - rails.git/commitdiff
spelling: nonexistent
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 25 Jun 2021 04:22:02 +0000 (00:22 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Wed, 21 Jul 2021 14:45:38 +0000 (10:45 -0400)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
test/system/issues_test.rb

index 4c84d44fcd68c6a7404a18fdf371350a49365448..55e8b1b26a4a81c5577629149be35d876dc0e287 100644 (file)
@@ -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"))