elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.12k forks source link

[Security Solution][Flaky test] x-pack/test/security_solution_cypress/cypress/e2e/investigations/timeline_templates/creation.cy.ts - Creates a timeline template #166412

Closed christineweng closed 8 months ago

christineweng commented 1 year ago

Creates a timeline template tests the workflow of creating a timeline template from timeline page. This test has been flaky and was skipped in https://github.com/elastic/kibana/pull/157387

Upon investigation, when creating a timeline template from timeline page, the time range defaults to today.

Image

However, other tests use url to reach a time range from 2018, which covers the 2 alerts that are intended for the test

Image

Video recording of the run

https://github.com/elastic/kibana/assets/18648970/72c14dca-8a87-4c07-b299-5cd4c8f996f7

elasticmachine commented 1 year ago

Pinging @elastic/security-threat-hunting (Team:Threat Hunting)

janmonschke commented 8 months ago

Fixed in https://github.com/elastic/kibana/pull/173206