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:
parent
8ea7b54fe8
commit
e7fe1b5a4b
3 changed files with 53 additions and 30 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue