diff --git a/test/system/projects_test.rb b/test/system/projects_test.rb index 4cb4d1d..1a45ae9 100644 --- a/test/system/projects_test.rb +++ b/test/system/projects_test.rb @@ -145,7 +145,7 @@ class ProjectsTest < ApplicationSystemTestCase User.last.update(is_admin: :true) visit projects_path - assert_text('All other projects') + assert_text('All Other Projects') end private