1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"