Reorder settings nav and add translations (#680)

* Reorder settings nav and add translations

* Attempt to fix flaky system test
This commit is contained in:
Zach Gollwitzer
2024-04-25 16:31:12 -04:00
committed by GitHub
parent 8ea7b54fe8
commit e7fe1b5a4b
3 changed files with 53 additions and 30 deletions

View File

@@ -48,6 +48,9 @@ class SettingsTest < ApplicationSystemTestCase
test "can see conditional nav items" do
ENV["SELF_HOSTING_ENABLED"] = "true"
visit root_path
sign_in @user
open_settings_from_sidebar
click_link "Self-Hosting"