You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix invalid token
* reword invalid link message
* fix test_invitation_acceptance
* fix: address review nits on invitation warning pages
Match the login/register header wording to the expired vs. invalid
warning shown, and dedupe the repeated user/invitation_token_warning
check into a single template variable. Type-hint the shared test
helper and assert the correct heading per warning type.
* fix: harden profile-form htmx swap tests against CI timing flakiness
Synchronize each Edit/Cancel/Save click on its underlying htmx response
instead of polling the DOM cold, and raise the post-swap visibility
timeout to 10s to match the margin already used by similar swap
assertions elsewhere in the browser suite. This removes a race that
intermittently failed test_edit_profile_swap_cycle in CI without
hiding genuine swap failures, since the assertions still fail on a
truly broken swap.
---------
Co-authored-by: chriscarrollsmith <chriscarrollsmith@gmail.com>
0 commit comments