X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e5604ce98e267cb0cec7dd27078a9e86c919eeb1..d67b0578511e585fabebeb4800cb1706e63b23fb:/test/system/issues_test.rb diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index 9aee867a9..f2421599f 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -5,14 +5,14 @@ class IssuesTest < ApplicationSystemTestCase def test_view_issues_not_logged_in visit issues_path - assert page.has_content?(I18n.t("user.login.title")) + assert page.has_content?(I18n.t("users.login.title")) end def test_view_issues_normal_user sign_in_as(create(:user)) visit issues_path - assert page.has_content?(I18n.t("application.require_moderator_or_admin.not_a_moderator_or_admin")) + assert page.has_content?("Forbidden") end def test_view_no_issues