Skip to content

[a11y] Changed session timeout toast to modal#235957

Merged
elena-shostak merged 13 commits intoelastic:mainfrom
elena-shostak:138333-session-toast
Sep 29, 2025
Merged

[a11y] Changed session timeout toast to modal#235957
elena-shostak merged 13 commits intoelastic:mainfrom
elena-shostak:138333-session-toast

Conversation

@elena-shostak
Copy link
Copy Markdown
Contributor

@elena-shostak elena-shostak commented Sep 22, 2025

Summary

Changed session timeout toast to session timeout modal.

Before
Screenshot 2025-09-25 at 15 24 58

After
Screenshot 2025-09-25 at 17 43 00

Checklist

  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.

Closes: #138333

@elena-shostak elena-shostak added release_note:skip Skip the PR/issue when compiling release notes backport:prev-major Team:Security Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t// enhancement New value added to drive a business result a11y Accessibility issue Feature:Security/Session Management Platform Security - Session Management labels Sep 22, 2025
@elena-shostak elena-shostak changed the title [a11y] Added focus on first render for session timeout toast message [a11y] Changed session timeout toast to modal Sep 25, 2025
@elena-shostak elena-shostak marked this pull request as ready for review September 26, 2025 14:03
@elena-shostak elena-shostak requested a review from a team as a code owner September 26, 2025 14:03
elena-shostak added a commit to elena-shostak/kibana that referenced this pull request Sep 30, 2025
## Summary

Changed session timeout toast to session timeout modal.

Before
<img width="599" height="381" alt="Screenshot 2025-09-25 at 15 24 58"
src="https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76"
/>

After
<img width="843" height="626" alt="Screenshot 2025-09-25 at 17 43 00"
src="https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e"
/>

### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Closes: https://github.com/elastic/kibana/issues/138333__

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 75d4b76)

# Conflicts:
#	x-pack/platform/plugins/private/translations/translations/de-DE.json
elena-shostak added a commit to elena-shostak/kibana that referenced this pull request Sep 30, 2025
## Summary

Changed session timeout toast to session timeout modal.

Before
<img width="599" height="381" alt="Screenshot 2025-09-25 at 15 24 58"
src="https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76"
/>

After
<img width="843" height="626" alt="Screenshot 2025-09-25 at 17 43 00"
src="https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e"
/>

### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Closes: https://github.com/elastic/kibana/issues/138333__

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 75d4b76)

# Conflicts:
#	x-pack/platform/plugins/private/translations/translations/de-DE.json
#	x-pack/platform/plugins/shared/security/public/session/session_timeout.test.ts
#	x-pack/platform/plugins/shared/security/public/session/session_timeout.ts
@elena-shostak
Copy link
Copy Markdown
Contributor Author

💚 All backports created successfully

Status Branch Result
9.1
9.0
8.19
8.18

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

VladimirFilonov pushed a commit to VladimirFilonov/kibana that referenced this pull request Sep 30, 2025
## Summary

Changed session timeout toast to session timeout modal.


Before
<img width="599" height="381" alt="Screenshot 2025-09-25 at 15 24 58"
src="https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76"
/>


After
<img width="843" height="626" alt="Screenshot 2025-09-25 at 17 43 00"
src="https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e"
/>


### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Closes: https://github.com/elastic/kibana/issues/138333__

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
elena-shostak added a commit that referenced this pull request Sep 30, 2025
# Backport

This will backport the following commits from `main` to `9.1`:
- [[a11y] Changed session timeout toast to modal
(#235957)](#235957)

<!--- Backport version: 10.0.2 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-09-29T21:15:35Z","message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","enhancement","release_note:skip","Feature:Security/Session
Management","backport:version","a11y","v9.2.0","v8.18.8","v8.19.5","v9.0.8","v9.1.5"],"title":"[a11y]
Changed session timeout toast to
modal","number":235957,"url":"https://github.com/elastic/kibana/pull/235957","mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},"sourceBranch":"main","suggestedTargetBranches":["8.18","8.19","9.0","9.1"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235957","number":235957,"mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},{"branch":"8.18","label":"v8.18.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
elena-shostak added a commit that referenced this pull request Sep 30, 2025
# Backport

This will backport the following commits from `main` to `9.0`:
- [[a11y] Changed session timeout toast to modal
(#235957)](#235957)

<!--- Backport version: 10.0.2 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-09-29T21:15:35Z","message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","enhancement","release_note:skip","Feature:Security/Session
Management","backport:version","a11y","v9.2.0","v8.18.8","v8.19.5","v9.0.8","v9.1.5"],"title":"[a11y]
Changed session timeout toast to
modal","number":235957,"url":"https://github.com/elastic/kibana/pull/235957","mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},"sourceBranch":"main","suggestedTargetBranches":["8.18","8.19","9.0","9.1"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235957","number":235957,"mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},{"branch":"8.18","label":"v8.18.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
elena-shostak added a commit that referenced this pull request Sep 30, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [[a11y] Changed session timeout toast to modal
(#235957)](#235957)

<!--- Backport version: 10.0.2 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-09-29T21:15:35Z","message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","enhancement","release_note:skip","Feature:Security/Session
Management","backport:version","a11y","v9.2.0","v8.18.8","v8.19.5","v9.0.8","v9.1.5"],"title":"[a11y]
Changed session timeout toast to
modal","number":235957,"url":"https://github.com/elastic/kibana/pull/235957","mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},"sourceBranch":"main","suggestedTargetBranches":["8.18","8.19","9.0","9.1"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235957","number":235957,"mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},{"branch":"8.18","label":"v8.18.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
elena-shostak added a commit that referenced this pull request Sep 30, 2025
# Backport

This will backport the following commits from `main` to `8.18`:
- [[a11y] Changed session timeout toast to modal
(#235957)](#235957)

<!--- Backport version: 10.0.2 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-09-29T21:15:35Z","message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","enhancement","release_note:skip","Feature:Security/Session
Management","backport:version","a11y","v9.2.0","v8.18.8","v8.19.5","v9.0.8","v9.1.5"],"title":"[a11y]
Changed session timeout toast to
modal","number":235957,"url":"https://github.com/elastic/kibana/pull/235957","mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},"sourceBranch":"main","suggestedTargetBranches":["8.18","8.19","9.0","9.1"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235957","number":235957,"mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},{"branch":"8.18","label":"v8.18.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
elena-shostak added a commit that referenced this pull request Oct 7, 2025
## Summary

In scope of #235957 session
timeout toast with `Extend` button has been moved to a modal. Deleted
obsolete test that is no longer valid.


### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Related: https://github.com/elastic/kibana/issues/138333__
ymao1 pushed a commit to ymao1/kibana that referenced this pull request Oct 8, 2025
…237876)

## Summary

In scope of elastic#235957 session
timeout toast with `Extend` button has been moved to a modal. Deleted
obsolete test that is no longer valid.


### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Related: https://github.com/elastic/kibana/issues/138333__
elena-shostak added a commit that referenced this pull request Oct 8, 2025
# Backport

This will backport the following commits from `main` to `8.18`:
- [Upgraded dompurify to 3.2.4
(#211452)](#211452)

<!--- Backport version: 10.0.2 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-09-29T21:15:35Z","message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","enhancement","release_note:skip","Feature:Security/Session
Management","backport:version","a11y","v9.2.0","v8.18.8","v8.19.5","v9.0.8","v9.1.5"],"title":"[a11y]
Changed session timeout toast to
modal","number":235957,"url":"https://github.com/elastic/kibana/pull/235957","mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},"sourceBranch":"main","suggestedTargetBranches":["8.18","8.19","9.0","9.1"],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235957","number":235957,"mergeCommit":{"message":"[a11y]
Changed session timeout toast to modal (#235957)\n\n##
Summary\n\nChanged session timeout toast to session timeout
modal.\n\n\nBefore\n<img width=\"599\" height=\"381\" alt=\"Screenshot
2025-09-25 at 15 24
58\"\nsrc=\"https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76\"\n/>\n\n\nAfter\n<img
width=\"843\" height=\"626\" alt=\"Screenshot 2025-09-25 at 17 43
00\"\nsrc=\"https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e\"\n/>\n\n\n###
Checklist\n\n- [x] The PR description includes the appropriate Release
Notes section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Closes:
https://github.com/elastic/kibana/issues/138333__\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"75d4b7686872652368fe7d4afb0c5a4295631ec7"}},{"branch":"8.18","label":"v8.18.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.8","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 8, 2025
…237876)

## Summary

In scope of elastic#235957 session
timeout toast with `Extend` button has been moved to a modal. Deleted
obsolete test that is no longer valid.

### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Related: https://github.com/elastic/kibana/issues/138333__

(cherry picked from commit 8c38755)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 8, 2025
…237876)

## Summary

In scope of elastic#235957 session
timeout toast with `Extend` button has been moved to a modal. Deleted
obsolete test that is no longer valid.

### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Related: https://github.com/elastic/kibana/issues/138333__

(cherry picked from commit 8c38755)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 8, 2025
…237876)

## Summary

In scope of elastic#235957 session
timeout toast with `Extend` button has been moved to a modal. Deleted
obsolete test that is no longer valid.

### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Related: https://github.com/elastic/kibana/issues/138333__

(cherry picked from commit 8c38755)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 8, 2025
…237876)

## Summary

In scope of elastic#235957 session
timeout toast with `Extend` button has been moved to a modal. Deleted
obsolete test that is no longer valid.

### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Related: https://github.com/elastic/kibana/issues/138333__

(cherry picked from commit 8c38755)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 8, 2025
…237876)

## Summary

In scope of elastic#235957 session
timeout toast with `Extend` button has been moved to a modal. Deleted
obsolete test that is no longer valid.

### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Related: https://github.com/elastic/kibana/issues/138333__

(cherry picked from commit 8c38755)
kibanamachine added a commit that referenced this pull request Oct 8, 2025
…37876) (#238135)

# Backport

This will backport the following commits from `main` to `9.2`:
- [[Spaces] Deleted obsolete test for session expiration toast
(#237876)](#237876)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-07T18:20:07Z","message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","Feature:Security/Session
Management","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.18.9","v8.19.6","v9.0.9"],"title":"[Spaces]
Deleted obsolete test for session expiration
toast","number":237876,"url":"https://github.com/elastic/kibana/pull/237876","mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.18","8.19","9.0"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237876","number":237876,"mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request Oct 8, 2025
…37876) (#238132)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[Spaces] Deleted obsolete test for session expiration toast
(#237876)](#237876)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-07T18:20:07Z","message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","Feature:Security/Session
Management","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.18.9","v8.19.6","v9.0.9"],"title":"[Spaces]
Deleted obsolete test for session expiration
toast","number":237876,"url":"https://github.com/elastic/kibana/pull/237876","mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.18","8.19","9.0"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237876","number":237876,"mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request Oct 8, 2025
…37876) (#238133)

# Backport

This will backport the following commits from `main` to `9.1`:
- [[Spaces] Deleted obsolete test for session expiration toast
(#237876)](#237876)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-07T18:20:07Z","message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","Feature:Security/Session
Management","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.18.9","v8.19.6","v9.0.9"],"title":"[Spaces]
Deleted obsolete test for session expiration
toast","number":237876,"url":"https://github.com/elastic/kibana/pull/237876","mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.18","8.19","9.0"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237876","number":237876,"mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request Oct 8, 2025
…237876) (#238131)

# Backport

This will backport the following commits from `main` to `8.19`:
- [[Spaces] Deleted obsolete test for session expiration toast
(#237876)](#237876)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-07T18:20:07Z","message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","Feature:Security/Session
Management","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.18.9","v8.19.6","v9.0.9"],"title":"[Spaces]
Deleted obsolete test for session expiration
toast","number":237876,"url":"https://github.com/elastic/kibana/pull/237876","mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.18","8.19","9.0"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237876","number":237876,"mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request Oct 9, 2025
…237876) (#238130)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[Spaces] Deleted obsolete test for session expiration toast
(#237876)](#237876)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Elena
Shostak","email":"165678770+elena-shostak@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-10-07T18:20:07Z","message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","Feature:Security/Session
Management","backport:version","v9.2.0","v9.3.0","v9.1.6","v8.18.9","v8.19.6","v9.0.9"],"title":"[Spaces]
Deleted obsolete test for session expiration
toast","number":237876,"url":"https://github.com/elastic/kibana/pull/237876","mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1","8.18","8.19","9.0"],"targetPullRequestStates":[{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/237876","number":237876,"mergeCommit":{"message":"[Spaces]
Deleted obsolete test for session expiration toast (#237876)\n\n##
Summary\n\nIn scope of #235957
session\ntimeout toast with `Extend` button has been moved to a modal.
Deleted\nobsolete test that is no longer valid.\n\n\n### Checklist\n\n-
[x] The PR description includes the appropriate Release Notes
section,\nand the correct `release_note:*` label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[x] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n__Related:
https://github.com/elastic/kibana/issues/138333__","sha":"8c387558d2d8b69ac75d29962f702fed720c38f1"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.9","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Elena Shostak <165678770+elena-shostak@users.noreply.github.com>
rylnd pushed a commit to rylnd/kibana that referenced this pull request Oct 17, 2025
## Summary

Changed session timeout toast to session timeout modal.


Before
<img width="599" height="381" alt="Screenshot 2025-09-25 at 15 24 58"
src="https://github.com/user-attachments/assets/d78023cc-1797-4fdd-8c16-07fa468dab76"
/>


After
<img width="843" height="626" alt="Screenshot 2025-09-25 at 17 43 00"
src="https://github.com/user-attachments/assets/8fba6545-af6e-45c7-93c9-b5be3c05125e"
/>


### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Closes: https://github.com/elastic/kibana/issues/138333__

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
rylnd pushed a commit to rylnd/kibana that referenced this pull request Oct 17, 2025
…237876)

## Summary

In scope of elastic#235957 session
timeout toast with `Extend` button has been moved to a modal. Deleted
obsolete test that is no longer valid.


### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Related: https://github.com/elastic/kibana/issues/138333__
@miguel-sanchez-elastic
Copy link
Copy Markdown

Beautiful!!! I will love this change :)

NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Oct 27, 2025
…237876)

## Summary

In scope of elastic#235957 session
timeout toast with `Extend` button has been moved to a modal. Deleted
obsolete test that is no longer valid.


### Checklist

- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [x] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

__Related: https://github.com/elastic/kibana/issues/138333__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a11y Accessibility issue backport:version Backport to applied version labels enhancement New value added to drive a business result Feature:Security/Session Management Platform Security - Session Management release_note:skip Skip the PR/issue when compiling release notes Team:Security Platform Security: Auth, Users, Roles, Spaces, Audit Logging, etc t// v8.18.8 v8.18.9 v8.19.5 v9.0.8 v9.1.5 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(Accessibility) [DESIGN]: Session timeout toast message would benefit from receiving focus on first render

7 participants