mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
update overview CTI link to use new threat intel category (#136208)
This commit is contained in:
parent
007addfa3b
commit
20de3fb673
2 changed files with 2 additions and 2 deletions
|
@ -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', () => {
|
||||
|
|
|
@ -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`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue