Move customizations to more intuitive admin menu section

There were already some menu items to customization pages under the "Site content" menu. It therefore makes sense to move "Custom images" and "Custom content blocks" (which were previously
located under "Settings") to "Site content" as well.
This commit is contained in:
Dennis Ostendorf
2023-09-17 15:34:02 +02:00
parent 5e483f6d33
commit a902f9e11f
3 changed files with 9 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ describe "Admin custom content blocks", :admin do
visit admin_root_path
within("#side_menu") do
click_link "Settings"
click_link "Site content"
click_link "Custom content blocks"
end
@@ -42,7 +42,7 @@ describe "Admin custom content blocks", :admin do
visit admin_root_path
within("#side_menu") do
click_link "Settings"
click_link "Site content"
click_link "Custom content blocks"
end
@@ -69,7 +69,7 @@ describe "Admin custom content blocks", :admin do
visit admin_root_path
within("#side_menu") do
click_link "Settings"
click_link "Site content"
click_link "Custom content blocks"
end