opensearch-project / opensearch-dashboards-functional-test

Maintains functional tests for OpenSearch Dashboards and Dashboards plugins
Apache License 2.0
12 stars 113 forks source link

[BUG] Cypress intercept always failing on "No request ever ocurred" for Security Analytics CI run #1310

Open amsiglan opened 4 months ago

amsiglan commented 4 months ago

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.

SuZhou-Joe commented 4 months ago

1311 as well.