Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SIEM] Fixes search bar Cypress test #74833

Merged
merged 10 commits into from
Aug 19, 2020
Prev Previous commit
Next Next commit
fixes typecheck issue
  • Loading branch information
MadameSheema committed Aug 12, 2020
commit aad56ff07f99e9a9af4588e707e0a3cdc25baf06
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { SearchBarFilter } from '../objects/filter';

export const GLOBAL_SEARCH_BAR_ADD_FILTER =
'[data-test-subj="globalDatePicker"] [data-test-subj="addFilter"]';

Expand Down