Better warning phrasing

This commit is contained in:
Jack Kingsman
2026-02-21 09:30:03 -08:00
parent 1477900f6f
commit 1e53fe9515
2 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ describe('SettingsModal', () => {
renderModal();
openDatabaseSection();
fireEvent.click(screen.getByRole('button', { name: 'Purge Decrypted Raw Packets' }));
fireEvent.click(screen.getByRole('button', { name: 'Purge Archival Raw Packets' }));
await waitFor(() => {
expect(runMaintenanceSpy).toHaveBeenCalledWith({ purgeLinkedRawPackets: true });