opensearch-project / opensearch-dashboards-functional-test

Maintains functional tests for OpenSearch Dashboards and Dashboards plugins
Apache License 2.0
14 stars 114 forks source link

[BUG] Dashboards Observability integ test failure #771

Open kavithacm opened 1 year ago

kavithacm commented 1 year ago

What is the bug?

Observability integ test failed for a particular test called Testing a panel -- Change date filter of the panel because it was looking for One year as the date range in the datePicker but it received only one day. The test which has this issue is mentioned below.

https://github.com/opensearch-project/opensearch-dashboards-functional-test/blob/main/cypress/integration/plugins/observability-dashboards/4_panels.spec.js#L172

How can one reproduce the bug?

https://github.com/opensearch-project/opensearch-build/issues/3616#issuecomment-1641364322

What is the expected behavior?

A clear and concise description of what you expected to happen.

What is your host/environment?

Operating system, version.

Do you have any screenshots?

If applicable, add screenshots to help explain your problem.

Do you have any additional context?

Add any other context about the problem.

kavilla commented 1 year ago

@kavithacm will you be addressing this?