Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quick check of current URL to skip timepicker (#146462)
## Summary We have some tests which set the default time but then also call setAbsoluteTime in every test. This PR adds code in setAbsoluteTime to quickly check if the desired start and end (from and to) times are already set, and if so, just return. The end result should be less time spent on functional tests. It could also reduce occasional flakiness setting the time. Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Dzmitry Lemechko <[email protected]>
- Loading branch information