mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] Removes flakiness from pinned filters and adds code owners (#141269)
This commit is contained in:
parent
6f1be65f1e
commit
2bc9b77e9c
2 changed files with 3 additions and 0 deletions
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
|
@ -418,6 +418,7 @@ x-pack/examples/files_example @elastic/kibana-app-services
|
|||
/x-pack/plugins/security_solution/common/search_strategy/security_solution/user @elastic/security-threat-hunting-explore
|
||||
|
||||
/x-pack/plugins/security_solution/cypress/e2e/cases @elastic/security-threat-hunting-explore
|
||||
/x-pack/plugins/security_solution/cypress/e2e/filters @elastic/security-threat-hunting-explore
|
||||
/x-pack/plugins/security_solution/cypress/e2e/host_details @elastic/security-threat-hunting-explore
|
||||
/x-pack/plugins/security_solution/cypress/e2e/hosts @elastic/security-threat-hunting-explore
|
||||
/x-pack/plugins/security_solution/cypress/e2e/network @elastic/security-threat-hunting-explore
|
||||
|
|
|
@ -17,10 +17,12 @@ import {
|
|||
openKibanaNavigation,
|
||||
} from '../../tasks/kibana_navigation';
|
||||
import { ALERTS_PAGE } from '../../screens/kibana_navigation';
|
||||
import { postDataView } from '../../tasks/common';
|
||||
|
||||
describe('pinned filters', () => {
|
||||
before(() => {
|
||||
login();
|
||||
postDataView('audit*');
|
||||
});
|
||||
|
||||
it('show pinned filters on security', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue