mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Update self host settings page styles (#677)
* Update page styles * Add new styles to self host settings page * Update self hosting page title
This commit is contained in:
parent
da5021b6b0
commit
8ea7b54fe8
10 changed files with 153 additions and 46 deletions
|
@ -42,7 +42,7 @@ class SettingsTest < ApplicationSystemTestCase
|
|||
end
|
||||
|
||||
# Conditional nav items don't show by default
|
||||
assert_no_text "Self Hosting"
|
||||
assert_no_text "Self-Hosting"
|
||||
end
|
||||
|
||||
test "can see conditional nav items" do
|
||||
|
@ -50,8 +50,8 @@ class SettingsTest < ApplicationSystemTestCase
|
|||
|
||||
open_settings_from_sidebar
|
||||
|
||||
click_link "Self Hosting"
|
||||
assert_selector "h1", text: "Self Hosting"
|
||||
click_link "Self-Hosting"
|
||||
assert_selector "h1", text: "Self-Hosting"
|
||||
end
|
||||
|
||||
test "clicking back or hitting escape key takes user back page they opened settings from" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue