[Security Solution] Removes flakiness from pinned filters and adds code owners (#141269)

This commit is contained in:
Gloria Hornero 2022-09-22 09:48:35 +02:00 committed by GitHub
parent 6f1be65f1e
commit 2bc9b77e9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

1
.github/CODEOWNERS vendored
View file

@ -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

View file

@ -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', () => {