show sync button for admin
This commit is contained in:
@@ -376,10 +376,11 @@ def test_sync_error_surfaces_unaffected(
|
||||
app) the ``#sync-error-banner`` still renders the error off
|
||||
``bor:sync-status`` — the phase-32/34 contract the modal is
|
||||
additive to."""
|
||||
# Trigger the failure on the chat page (the modal is module-owned —
|
||||
# it follows the button onto every page). The re-attach modal from
|
||||
# the prior test's last failure closes first (clean trigger state).
|
||||
login(page, dead_app_url, next="/")
|
||||
# Trigger the failure on the Sources page (the button's home since
|
||||
# the owner rework 2026-08-28; the modal is page-local there). The
|
||||
# re-attach modal from the prior test's last failure closes first
|
||||
# (clean trigger state).
|
||||
login(page, dead_app_url)
|
||||
_dismiss_reattached_modal(page)
|
||||
_trigger_dead_failure(page, dead_app_url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user