mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Add current template folder path to header and page title
When a folder is selected the full path is displayed in page title and header (for example `Templates / Folder1 / Folder2`). Elements of the path link to the corresponding folder. Current folder is not linked.
This commit is contained in:
@@ -158,7 +158,7 @@ def test_accepting_invite_removes_invite_from_session(
|
||||
token='thisisnotarealtoken',
|
||||
_follow_redirects=True,
|
||||
)
|
||||
assert page.h1.string == landing_page_title
|
||||
assert normalize_spaces(page.h1.string) == landing_page_title
|
||||
|
||||
with client_request.session_transaction() as session:
|
||||
assert 'invited_user' not in session
|
||||
|
||||
Reference in New Issue
Block a user