opensearch-project / security-dashboards-plugin

🔐 Manage your internal users, roles, access control, and audit logs from OpenSearch Dashboards
https://opensearch.org/docs/latest/security-plugin/index/
Apache License 2.0
66 stars 148 forks source link

Fix oidc cypress test and remove doc link #1923

Closed derek-ho closed 2 months ago

derek-ho commented 2 months ago

Description

This PR fixes OIDC cypress tests after upstream changes on devtools page.

Category

Maintenance

Why these changes are required?

Upstream changes in OSD introduced new components, we need to specify which component in our test to avoid upstream changes from breaking our tests

What is the old behavior before changes and new behavior after changes?

OIDC tests will now pass

Issues Resolved

Fix: https://github.com/opensearch-project/security-dashboards-plugin/issues/1922 Fix: https://github.com/opensearch-project/security-dashboards-plugin/issues/1850

Testing

Existing tests pass

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.