fix: remove legacy security notification settings and related UI components

This commit is contained in:
GitHub Actions
2026-02-20 19:24:35 +00:00
parent 3a3c06a5ff
commit f11cd689a5
11 changed files with 81 additions and 309 deletions

View File

@@ -115,7 +115,7 @@ describe('ProxyHosts - Coverage enhancements', () => {
// Save
await user.click(await screen.findByRole('button', { name: 'Save' }))
await waitFor(() => expect(proxyHostsApi.createProxyHost).toHaveBeenCalled())
})
}, 15000)
it('handles equal sort values gracefully', async () => {
const host1 = baseHost({ uuid: 'e1', name: 'Same', domain_names: 'a.example.com' })