update overview CTI link to use new threat intel category (#136208)

This commit is contained in:
Steve Ross 2022-07-22 15:07:13 -04:00 committed by GitHub
parent 007addfa3b
commit 20de3fb673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ describe('CTI Link Panel', () => {
cy.get(`${OVERVIEW_CTI_ENABLE_MODULE_BUTTON}`).should('exist');
cy.get(`${OVERVIEW_CTI_ENABLE_MODULE_BUTTON}`)
.should('have.attr', 'href')
.and('match', /app\/integrations\/browse\?q=threat%20intelligence/);
.and('match', /app\/integrations\/browse\/threat_intel/);
});
describe('enabled threat intel module', () => {

View file

@ -8,4 +8,4 @@
import { useBasePath } from '../../../common/lib/kibana';
export const useIntegrationsPageLink = () =>
`${useBasePath()}/app/integrations/browse?q=threat%20intelligence`;
`${useBasePath()}/app/integrations/browse/threat_intel`;