fix(federation): close detached-account gaps from final review — presence/hydrate guards, ack re-detect clear, self-delete password (detach spec §4.3/§4.4/§4.6)
This commit is contained in:
+4
@@ -218,6 +218,10 @@ describe('FederationPanel — Reset cleanup', () => {
|
||||
const removeBtn = await screen.findByRole('button', { name: 'Remove' });
|
||||
fireEvent.click(removeBtn);
|
||||
|
||||
// The confirm dialog title uses the current "detached" vocabulary, not the
|
||||
// legacy "Orphaned Account" wording.
|
||||
expect(await screen.findByText('Remove detached account')).toBeInTheDocument();
|
||||
|
||||
const confirmBtn = await screen.findByRole('button', { name: 'Delete permanently' });
|
||||
fireEvent.click(confirmBtn);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user