Fix Change Password Flaky Test#245443
Merged
rgodfrey-elastic merged 2 commits intoelastic:mainfrom Dec 8, 2025
Merged
Conversation
Contributor
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#10005[✅] x-pack/platform/test/functional/apps/security/config.ts: 50/50 tests passed. |
Contributor
|
Pinging @elastic/kibana-security (Team:Security) |
elena-shostak
approved these changes
Dec 8, 2025
Contributor
💚 Build Succeeded
Metrics [docs]
|
mbondyra
added a commit
to mbondyra/kibana
that referenced
this pull request
Dec 8, 2025
* commit '6647f813c9fa03ac0378e3d4756246e8dc4b4c76': (33 commits) [Detection Engine] Extracts Rules/Alerts/Exceptions permission to new Rules feature privileges (elastic#239634) [Agent Builder] Add Intro Tour (elastic#245551) Add datastream lifecycle support to indices metadata (elastic#245548) [Serverless] Update preconfigured connectors (elastic#245445) [Metrics][Discover] Discover to prefer line chars for time series data (elastic#244595) Update dependency @elastic/ebt to ^1.4.1 (main) (elastic#241629) [One Workflow] fix: request bodies with oneof schemas (`kibana.SetAlertsStatus`, etc) (elastic#245344) Update dependency ai to v5 (elastic#244675) Fix Discover trace waterfall behavior with duplicate spans (elastic#244984) [FSH] Migrated fs usage to kbn/fs for sample ingest (elastic#244163) Streamlang: Unskip type coercion test (elastic#245519) [Response Ops][Reporting] Fixing error in calculating delay value between retries (elastic#245431) Add TopNavMenuBeta to navigation plugin (elastic#243578) [scout] support custom servers configuration (elastic#244306) [Fleet] Run agentless background sync without dry run (elastic#245286) Fix Change Password Flaky Test (elastic#245443) Add new gap fill status for rules (elastic#242595) [Kibana Search] Move SLOs higher up in search results (elastic#245518) feat(slo): introduce find SLO instances internal route (elastic#245333) [FSH] Dropped unnecessary `fs` persistence for synthetics project code (elastic#244338) ...
Contributor
|
Starting backport for target branches: 9.1 |
Contributor
|
Starting backport for target branches: 9.1 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Dec 11, 2025
Closes: elastic#241763 ## Summary Attempt to fix the flaky test for changing a user's password. Changed the click that submits to form the `clickWhenNotDisabled` Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com> (cherry picked from commit a4931ab)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Dec 11, 2025
Closes: elastic#241763 ## Summary Attempt to fix the flaky test for changing a user's password. Changed the click that submits to form the `clickWhenNotDisabled` Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com> (cherry picked from commit a4931ab)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Dec 11, 2025
# Backport This will backport the following commits from `main` to `9.1`: - [Fix Change Password Flaky Test (#245443)](#245443) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Ryan","email":"ryan.godfrey@elastic.co"},"sourceCommit":{"committedDate":"2025-12-08T14:36:24Z","message":"Fix Change Password Flaky Test (#245443)\n\nCloses: https://github.com/elastic/kibana/issues/241763\n\n## Summary\n\nAttempt to fix the flaky test for changing a user's password.\nChanged the click that submits to form the `clickWhenNotDisabled`\n\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>","sha":"a4931ab7f292b504575b4eb9a3e51310510037c5","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:version","v9.3.0","v9.2.3","v9.1.9"],"title":"Fix Change Password Flaky Test","number":245443,"url":"https://github.com/elastic/kibana/pull/245443","mergeCommit":{"message":"Fix Change Password Flaky Test (#245443)\n\nCloses: https://github.com/elastic/kibana/issues/241763\n\n## Summary\n\nAttempt to fix the flaky test for changing a user's password.\nChanged the click that submits to form the `clickWhenNotDisabled`\n\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>","sha":"a4931ab7f292b504575b4eb9a3e51310510037c5"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/245443","number":245443,"mergeCommit":{"message":"Fix Change Password Flaky Test (#245443)\n\nCloses: https://github.com/elastic/kibana/issues/241763\n\n## Summary\n\nAttempt to fix the flaky test for changing a user's password.\nChanged the click that submits to form the `clickWhenNotDisabled`\n\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>","sha":"a4931ab7f292b504575b4eb9a3e51310510037c5"}},{"branch":"9.2","label":"v9.2.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Ryan <ryan.godfrey@elastic.co> Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
This was referenced Jan 22, 2026
Contributor
Author
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
rgodfrey-elastic
added a commit
to rgodfrey-elastic/kibana
that referenced
this pull request
Jan 22, 2026
Closes: elastic#241763 ## Summary Attempt to fix the flaky test for changing a user's password. Changed the click that submits to form the `clickWhenNotDisabled` Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com> (cherry picked from commit a4931ab)
rgodfrey-elastic
added a commit
that referenced
this pull request
Jan 22, 2026
# Backport This will backport the following commits from `main` to `8.19`: - [Fix Change Password Flaky Test (#245443)](#245443) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Ryan","email":"ryan.godfrey@elastic.co"},"sourceCommit":{"committedDate":"2025-12-08T14:36:24Z","message":"Fix Change Password Flaky Test (#245443)\n\nCloses: https://github.com/elastic/kibana/issues/241763\n\n## Summary\n\nAttempt to fix the flaky test for changing a user's password.\nChanged the click that submits to form the `clickWhenNotDisabled`\n\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>","sha":"a4931ab7f292b504575b4eb9a3e51310510037c5","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:version","v9.3.0","v9.2.3","v9.1.9"],"title":"Fix Change Password Flaky Test","number":245443,"url":"https://github.com/elastic/kibana/pull/245443","mergeCommit":{"message":"Fix Change Password Flaky Test (#245443)\n\nCloses: https://github.com/elastic/kibana/issues/241763\n\n## Summary\n\nAttempt to fix the flaky test for changing a user's password.\nChanged the click that submits to form the `clickWhenNotDisabled`\n\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>","sha":"a4931ab7f292b504575b4eb9a3e51310510037c5"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/245443","number":245443,"mergeCommit":{"message":"Fix Change Password Flaky Test (#245443)\n\nCloses: https://github.com/elastic/kibana/issues/241763\n\n## Summary\n\nAttempt to fix the flaky test for changing a user's password.\nChanged the click that submits to form the `clickWhenNotDisabled`\n\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>","sha":"a4931ab7f292b504575b4eb9a3e51310510037c5"}},{"branch":"9.2","label":"v9.2.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/246049","number":246049,"state":"MERGED","mergeCommit":{"sha":"d479f37baafb51e8a481454b18f00bf090210a29","message":"[9.1] Fix Change Password Flaky Test (#245443) (#246049)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [Fix Change Password Flaky Test\n(#245443)](https://github.com/elastic/kibana/pull/245443)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Ryan <ryan.godfrey@elastic.co>\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>"}}]}] BACKPORT--> Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
rgodfrey-elastic
added a commit
that referenced
this pull request
Jan 22, 2026
# Backport This will backport the following commits from `main` to `9.2`: - [Fix Change Password Flaky Test (#245443)](#245443) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Ryan","email":"ryan.godfrey@elastic.co"},"sourceCommit":{"committedDate":"2025-12-08T14:36:24Z","message":"Fix Change Password Flaky Test (#245443)\n\nCloses: https://github.com/elastic/kibana/issues/241763\n\n## Summary\n\nAttempt to fix the flaky test for changing a user's password.\nChanged the click that submits to form the `clickWhenNotDisabled`\n\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>","sha":"a4931ab7f292b504575b4eb9a3e51310510037c5","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:version","v9.3.0","v9.2.3","v9.1.9"],"title":"Fix Change Password Flaky Test","number":245443,"url":"https://github.com/elastic/kibana/pull/245443","mergeCommit":{"message":"Fix Change Password Flaky Test (#245443)\n\nCloses: https://github.com/elastic/kibana/issues/241763\n\n## Summary\n\nAttempt to fix the flaky test for changing a user's password.\nChanged the click that submits to form the `clickWhenNotDisabled`\n\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>","sha":"a4931ab7f292b504575b4eb9a3e51310510037c5"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/245443","number":245443,"mergeCommit":{"message":"Fix Change Password Flaky Test (#245443)\n\nCloses: https://github.com/elastic/kibana/issues/241763\n\n## Summary\n\nAttempt to fix the flaky test for changing a user's password.\nChanged the click that submits to form the `clickWhenNotDisabled`\n\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>","sha":"a4931ab7f292b504575b4eb9a3e51310510037c5"}},{"branch":"9.2","label":"v9.2.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/246049","number":246049,"state":"MERGED","mergeCommit":{"sha":"d479f37baafb51e8a481454b18f00bf090210a29","message":"[9.1] Fix Change Password Flaky Test (#245443) (#246049)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [Fix Change Password Flaky Test\n(#245443)](https://github.com/elastic/kibana/pull/245443)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Ryan <ryan.godfrey@elastic.co>\nCo-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>"}}]}] BACKPORT--> Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
Contributor
|
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #241763
Summary
Attempt to fix the flaky test for changing a user's password.
Changed the click that submits to form the
clickWhenNotDisabled