Some contest pages translations
All checks were successful
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 12s
CI / lint (push) Successful in 12s
CI / test (push) Successful in 38s

This commit is contained in:
sto
2025-03-27 14:51:25 +01:00
parent 8b0b1c6745
commit 10fa821f19
6 changed files with 29 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ RSpec.feature "Users", type: :feature do
it "should not see a link to all users" do
visit root_path
expect(page).not_to have_content("Users")
expect(page).not_to have_content(I18n.t("nav.users"))
end
it "should not be able to see the user list" do
@@ -50,7 +50,7 @@ RSpec.feature "Users", type: :feature do
it "should see a link to all users" do
visit root_path
expect(page).to have_content("Users")
expect(page).to have_content(I18n.t("nav.users"))
end
it "should be able to see the user list" do