You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cypress tests are run for Security Analytics the tests always fail to intercept the API calls in the before all hook and end up failing fast for all the specs.
What is the bug?
When the cypress tests are run for Security Analytics the tests always fail to intercept the API calls in the before all hook and end up failing fast for all the specs.
As seen in the test runs for the PRs #1104 and #1160 (e.g. https://github.com/opensearch-project/opensearch-dashboards-functional-test/actions/runs/8367009816/job/22908488244?pr=1160)
However, the tests always pass on the Security Analytics repo's CI runs as well as during release candidate testing.
What is the expected behavior?
Need to investigate why the API calls are not being made so that the tests can run.
The text was updated successfully, but these errors were encountered: