-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
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
select checkbox via id instead of class name #1503
select checkbox via id instead of class name #1503
Conversation
Signed-off-by: Nishant Goel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint Checker is failing with some errors, can we please fix that: https://github.com/opensearch-project/opensearch-dashboards-functional-test/actions/runs/10250963563/job/28357892973?pr=1503
Signed-off-by: Nishant Goel <[email protected]>
will be fixed by #1505 |
… text Signed-off-by: Nishant Goel <[email protected]>
Index Management Release tests workflow in Bundled OpenSearch Dashboards / tests / Run Cypress E2E tests for Index Management (pull_request) |
77b4d19
into
opensearch-project:main
* select checkbox via id instead of class name Signed-off-by: Nishant Goel <[email protected]> * Re trigger PR workflows Signed-off-by: Nishant Goel <[email protected]> * Instead of sorting in asc order on aliases page, search the alias via text Signed-off-by: Nishant Goel <[email protected]> --------- Signed-off-by: Nishant Goel <[email protected]> (cherry picked from commit 77b4d19)
* select checkbox via id instead of class name Signed-off-by: Nishant Goel <[email protected]> * Re trigger PR workflows Signed-off-by: Nishant Goel <[email protected]> * Instead of sorting in asc order on aliases page, search the alias via text Signed-off-by: Nishant Goel <[email protected]> --------- Signed-off-by: Nishant Goel <[email protected]> (cherry picked from commit 77b4d19)
* select checkbox via id instead of class name Signed-off-by: Nishant Goel <[email protected]> * Re trigger PR workflows Signed-off-by: Nishant Goel <[email protected]> * Instead of sorting in asc order on aliases page, search the alias via text Signed-off-by: Nishant Goel <[email protected]> --------- Signed-off-by: Nishant Goel <[email protected]> (cherry picked from commit 77b4d19) Co-authored-by: Nishant Goel <[email protected]>
* select checkbox via id instead of class name Signed-off-by: Nishant Goel <[email protected]> * Re trigger PR workflows Signed-off-by: Nishant Goel <[email protected]> * Instead of sorting in asc order on aliases page, search the alias via text Signed-off-by: Nishant Goel <[email protected]> --------- Signed-off-by: Nishant Goel <[email protected]> (cherry picked from commit 77b4d19) Co-authored-by: Nishant Goel <[email protected]>
Description
There is flaky test where checkbox is not getting selected in windows run.
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.