mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Add breadcrumbs support across application (#1897)
* Add breadcrumbs support across application Fixes #1896 * Potential fix for tests * Simplify breadcrumbs implementation Remove complex breadcrumbs logic from controllers and concern, replacing with a simpler default approach that sets a basic breadcrumb based on the current controller name * Refactor page header and breadcrumbs rendering Remove complex breadcrumbs helper method and update layout to use more flexible content_for approach for page headers and breadcrumbs * Add fallback breadcrumbs rendering to settings layout
This commit is contained in:
@@ -103,7 +103,7 @@ class AccountsTest < ApplicationSystemTestCase
|
||||
|
||||
visit account_url(created_account)
|
||||
|
||||
within "header" do
|
||||
within "header:has(button[data-menu-target='button'])" do
|
||||
find('button[data-menu-target="button"]').click
|
||||
click_on "Edit"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user