We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#826 overwritten functions that other tests are using causing failures.
Will need to either revert or address the conflicts within this file: https://github.com/amsiglan/opensearch-dashboards-functional-test/blob/45104b809fe1eeeb137301b168cc24d63d42055b/cypress/utils/plugins/security-analytics-dashboards-plugin/commands.js
For example: the request, overwrites:
https://github.com/opensearch-project/opensearch-dashboards-functional-test/blob/2.x/cypress/utils/commands.js#L67 and wipes out the header.
An empty xsrf token will likely cause failures for all requests to OSD.
The text was updated successfully, but these errors were encountered:
@amsiglan lemme know if you are able to look into this
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
#826 overwritten functions that other tests are using causing failures.
Will need to either revert or address the conflicts within this file: https://github.com/amsiglan/opensearch-dashboards-functional-test/blob/45104b809fe1eeeb137301b168cc24d63d42055b/cypress/utils/plugins/security-analytics-dashboards-plugin/commands.js
For example: the request, overwrites:
https://github.com/opensearch-project/opensearch-dashboards-functional-test/blob/2.x/cypress/utils/commands.js#L67 and wipes out the header.
An empty xsrf token will likely cause failures for all requests to OSD.
The text was updated successfully, but these errors were encountered: