Skip to content

Conversation

@mgadewoll
Copy link
Contributor

@mgadewoll mgadewoll commented Oct 8, 2025

Summary

closes https://github.com/elastic/eui-private/issues/280

Important

This PR only merged a feature branch into main. All changes were previously reviewed and QA'd separately.

This PR contains the changes of the following PRs:

Note

As there are no new changes to this PR, this PR does however update the changelog number to combine both included PRs into a single changelog.

Why are we making this change?

💅 UI updates: The changes on shadows are part of the Visual Refresh project.

Screenshots #

  1. Updated: Shadow tokens
Screenshot 2025-10-03 at 15 24 18 Screenshot 2025-10-03 at 15 24 29
  1. Introduced: Shadow direction
Screenshot 2025-09-17 at 17 10 00
  1. Added: Automatic "floating border" in DARK mode when using EUI shadow utils (like euiShadow)
Screenshot 2025-10-02 at 16 49 39

Impact to users

🟡 🔴 There are no breaking code changes, but some usages of EUI shadow utils like euiShadow that were combined with custom border styles might require updates to prevent visual issues due to duplicate borders in dark mode when the automatic "floating border" is applied.
The "floating border" on EUI shadow utils can be adjusted or removed via options.border (docs).

Required Kibana changes have been prepared here.

⚠️ To fix the issues with scrollable shadowed elements, we want to update the known usages in Kibana (prepared here and here)

Updates for Kibana scrollable popovers

before after
Screenshot 2025-10-06 at 19 50 01 Screenshot 2025-10-06 at 19 50 15
Screenshot 2025-10-06 at 18 54 36 Screenshot 2025-10-06 at 18 57 53

QA

🟢 All changes have been QA'ed previously on the separate PRs.

General checklist

  • Browser QA
    • Checked in both light and dark modes
    • Checked in both MacOS and Windows high contrast modes
    • Checked in mobile
    • Checked in Chrome, Safari, Edge, and Firefox
    • Checked for accessibility including keyboard-only and screenreader modes
  • Docs site QA
  • Code quality checklist
  • Release checklist
    • A changelog entry exists and is marked appropriately.
    • If applicable, added the breaking change issue label (and filled out the breaking change checklist)
  • Designer checklist
    • If applicable, file an issue to update EUI's Figma library with any corresponding UI changes. (This is an internal repo, if you are external to Elastic, ask a maintainer to submit this request)

@mgadewoll mgadewoll self-assigned this Oct 8, 2025
- renames existing changelogs to the merge PRs number; adds breaking changes for minor visual updates
@mgadewoll mgadewoll force-pushed the eui-theme/borealis-v2-poc branch from e59c6bf to c4f9f2e Compare October 8, 2025 16:09
@mgadewoll mgadewoll changed the title [Visual Refresh] Update shadows [Visual Refresh] Implement shadow token and shadow util updates Oct 8, 2025
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

cc @mgadewoll

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

cc @mgadewoll

@acstll acstll self-requested a review October 9, 2025 14:36
Copy link
Contributor

@acstll acstll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💚

@mgadewoll mgadewoll added the breaking change PRs with breaking changes. (Don't delete - used for automation) label Oct 13, 2025
@github-actions
Copy link

This PR contains breaking changes. The opener of this pull request is asked to perform the following due diligence steps below, to assist EUI in our next Kibana upgrade:

  • If this PR contains prop/API changes:
    • Search through Kibana for <EuiComponent usages (example search)
    • In the PR description or in a PR comment, include a count or list with the number of component usages in Kibana that will need to be updated (if that amount is "none", include that information as well)
  • If this PR contains CSS changes:
    • Search through Kibana for the changed EUI selectors, e.g. .euiComponent (example search)
    • In the PR description or in a PR comment, include a count or list with the number of custom CSS overrides in Kibana that will need to be updated (if that amount is "none", include that information as well)
  • 🔍 Tip: When searching through Kibana, consider excluding **/target, **/*.snap, **/*.storyshot files to reduce noise and only look at source code usages
  • ⚠️ For extremely risky changes, the EUI team should potentially consider the following precautions:
    • Using a pre-release release candidate to test Kibana CI ahead of time
    • Using kibana-a-la-carte for manual QA, and to give other Kibana teams a staging server to quickly test against

@mgadewoll mgadewoll marked this pull request as ready for review October 13, 2025 12:56
@mgadewoll mgadewoll requested a review from a team as a code owner October 13, 2025 12:56
@mgadewoll mgadewoll merged commit a546346 into main Oct 13, 2025
10 checks passed
@mgadewoll mgadewoll deleted the eui-theme/borealis-v2-poc branch October 13, 2025 13:09
tkajtoch added a commit to elastic/kibana that referenced this pull request Oct 20, 2025
- `@elastic/eui`: `v106.7.0` ⏩ `v107.0.0`
- `@elastic/eui-theme-borealis`: `v3.5.0` ⏩ `v3.6.0`

[Questions? Please see our Kibana upgrade
FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)

---

## Changes

- Updated scrollable popovers `ResizableSuggestionsListDiv` of the
unified search and `ESQLMenuPopover` to prevent broken "floating border"
in dark mode (change to separate scrollable container into a standalone
element)

| before | after |
|---|---|
| <img width="634" height="854" alt="Screenshot 2025-10-06 at 19 50 01"
src="https://github.com/user-attachments/assets/da141bb5-e478-4218-b5bb-5aff95f089ff"
/> | <img width="634" height="854" alt="Screenshot 2025-10-06 at 19 50
15"
src="https://github.com/user-attachments/assets/f098ce70-9690-46f3-a988-1ee9b8d78f5e"
/> |
| <img width="279" height="439" alt="Screenshot 2025-10-06 at 18 54 36"
src="https://github.com/user-attachments/assets/7496fd91-542d-44d7-acc0-e6cb2ea23531"
/> | <img width="274" height="423" alt="Screenshot 2025-10-06 at 18 57
53"
src="https://github.com/user-attachments/assets/4d4aa039-f4c2-4266-ab1f-2f42125f1f84"
/> |

- Update usages of EUI shadow utils (e.g. `euiShadow()`) that are
combined with `border` style to adjust the new automatic "floating
border" to prevent duplicate borders

- Update map button styles (aligning background color and borders)

| before | after |
|---|---|
| <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 21 06"
src="https://github.com/user-attachments/assets/02f4fc3d-593d-4d30-bf67-3dd70960e074"
/> | <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 15
50"
src="https://github.com/user-attachments/assets/0072d2c1-d47b-4014-944a-682f036937b5"
/> |
| <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 21 27"
src="https://github.com/user-attachments/assets/4e639428-43e6-4f39-8f9b-d873549508e8"
/> | <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 16
06"
src="https://github.com/user-attachments/assets/a35760ec-1939-459e-b463-6b533a354352"
/> |


## Package updates

## [`v107.0.0`](https://github.com/elastic/eui/releases/v107.0.0)

- Added new shadow tokens
([#9088](elastic/eui#9088))
  - `shadows.colors.base`
  - `shadows.xs`
  - `shadows.s`
  - `shadows.m`
  - `shadows.l`
  - `shadows.xl`
  - `shadows.flat`
  - `shadows.hover.base`
  - `shadows.hover.xl`
- Updated shadow utility functions to return new tokens
([#9088](elastic/eui#9088))
  - `euiShadow`
  - `euiShadowXSmall`
  - `euiShadowSmall`
  - `euiShadowMedium`
  - `euiShadowLarge`
  - `euiShadowXLarge`
  - `euiShadowFlat`
  - `euiSlightShadowHover`
- Added shadow hover utility `euiShadowHover`
([#9088](elastic/eui#9088))

**Deprecations**

- Deprecated `euiShadowFlat` and `useEuiShadowFlat` - use `euiShadow`/
`useEuiShadow` (size `xs`) or `euiShadowXSmall` instead
([#9088](elastic/eui#9088))
- Deprecated `euiSlightShadowHover` and `useEuiSlightShadowHover` - use
`euiShadowHover` / `useEuiShadowHover` instead
([#9088](elastic/eui#9088))

**Breaking changes**

- Updated shadow utility functions (e.g. `euiShadow`) to apply a
floating border style in dark mode. This may lead to visual issues with
double borders in dark mode when a regular `border` styling is applied.
- Use the `options.border` argument on the utils to adjust or remove the
floating border as needed.
([#9088](elastic/eui#9088))

### `@elastic/eui-theme-borealis`

##
[`v3.6.0`](https://github.com/elastic/eui/blob/main/packages/eui-theme-borealis/changelogs/CHANGELOG_2025.md#v360)

- Added new shadow tokens
([#9088](elastic/eui#9088))
  - `shadows.colors.base`
  - `shadows.xs`
  - `shadows.s`
  - `shadows.m`
  - `shadows.l`
  - `shadows.xl`
  - `shadows.flat`
  - `shadows.hover.base`
  - `shadows.hover.xl`

---------

Co-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co>
dmlemeshko added a commit to elastic/kibana that referenced this pull request Oct 22, 2025
## Summary

Fixing discover flaky test, caused by filter value input field not being
properly populated. I believe it is also related to the recent EUI
update and probably shadow changes in
elastic/eui#9088 require us to wait before
typing in input field.
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 22, 2025
## Summary

Fixing discover flaky test, caused by filter value input field not being
properly populated. I believe it is also related to the recent EUI
update and probably shadow changes in
elastic/eui#9088 require us to wait before
typing in input field.

(cherry picked from commit 68841a2)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 22, 2025
## Summary

Fixing discover flaky test, caused by filter value input field not being
properly populated. I believe it is also related to the recent EUI
update and probably shadow changes in
elastic/eui#9088 require us to wait before
typing in input field.

(cherry picked from commit 68841a2)
nickpeihl pushed a commit to nickpeihl/kibana that referenced this pull request Oct 23, 2025
- `@elastic/eui`: `v106.7.0` ⏩ `v107.0.0`
- `@elastic/eui-theme-borealis`: `v3.5.0` ⏩ `v3.6.0`

[Questions? Please see our Kibana upgrade
FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)

---

## Changes

- Updated scrollable popovers `ResizableSuggestionsListDiv` of the
unified search and `ESQLMenuPopover` to prevent broken "floating border"
in dark mode (change to separate scrollable container into a standalone
element)

| before | after |
|---|---|
| <img width="634" height="854" alt="Screenshot 2025-10-06 at 19 50 01"
src="https://github.com/user-attachments/assets/da141bb5-e478-4218-b5bb-5aff95f089ff"
/> | <img width="634" height="854" alt="Screenshot 2025-10-06 at 19 50
15"
src="https://github.com/user-attachments/assets/f098ce70-9690-46f3-a988-1ee9b8d78f5e"
/> |
| <img width="279" height="439" alt="Screenshot 2025-10-06 at 18 54 36"
src="https://github.com/user-attachments/assets/7496fd91-542d-44d7-acc0-e6cb2ea23531"
/> | <img width="274" height="423" alt="Screenshot 2025-10-06 at 18 57
53"
src="https://github.com/user-attachments/assets/4d4aa039-f4c2-4266-ab1f-2f42125f1f84"
/> |

- Update usages of EUI shadow utils (e.g. `euiShadow()`) that are
combined with `border` style to adjust the new automatic "floating
border" to prevent duplicate borders

- Update map button styles (aligning background color and borders)

| before | after |
|---|---|
| <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 21 06"
src="https://github.com/user-attachments/assets/02f4fc3d-593d-4d30-bf67-3dd70960e074"
/> | <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 15
50"
src="https://github.com/user-attachments/assets/0072d2c1-d47b-4014-944a-682f036937b5"
/> |
| <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 21 27"
src="https://github.com/user-attachments/assets/4e639428-43e6-4f39-8f9b-d873549508e8"
/> | <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 16
06"
src="https://github.com/user-attachments/assets/a35760ec-1939-459e-b463-6b533a354352"
/> |


## Package updates

## [`v107.0.0`](https://github.com/elastic/eui/releases/v107.0.0)

- Added new shadow tokens
([elastic#9088](elastic/eui#9088))
  - `shadows.colors.base`
  - `shadows.xs`
  - `shadows.s`
  - `shadows.m`
  - `shadows.l`
  - `shadows.xl`
  - `shadows.flat`
  - `shadows.hover.base`
  - `shadows.hover.xl`
- Updated shadow utility functions to return new tokens
([elastic#9088](elastic/eui#9088))
  - `euiShadow`
  - `euiShadowXSmall`
  - `euiShadowSmall`
  - `euiShadowMedium`
  - `euiShadowLarge`
  - `euiShadowXLarge`
  - `euiShadowFlat`
  - `euiSlightShadowHover`
- Added shadow hover utility `euiShadowHover`
([elastic#9088](elastic/eui#9088))

**Deprecations**

- Deprecated `euiShadowFlat` and `useEuiShadowFlat` - use `euiShadow`/
`useEuiShadow` (size `xs`) or `euiShadowXSmall` instead
([elastic#9088](elastic/eui#9088))
- Deprecated `euiSlightShadowHover` and `useEuiSlightShadowHover` - use
`euiShadowHover` / `useEuiShadowHover` instead
([elastic#9088](elastic/eui#9088))

**Breaking changes**

- Updated shadow utility functions (e.g. `euiShadow`) to apply a
floating border style in dark mode. This may lead to visual issues with
double borders in dark mode when a regular `border` styling is applied.
- Use the `options.border` argument on the utils to adjust or remove the
floating border as needed.
([elastic#9088](elastic/eui#9088))

### `@elastic/eui-theme-borealis`

##
[`v3.6.0`](https://github.com/elastic/eui/blob/main/packages/eui-theme-borealis/changelogs/CHANGELOG_2025.md#v360)

- Added new shadow tokens
([elastic#9088](elastic/eui#9088))
  - `shadows.colors.base`
  - `shadows.xs`
  - `shadows.s`
  - `shadows.m`
  - `shadows.l`
  - `shadows.xl`
  - `shadows.flat`
  - `shadows.hover.base`
  - `shadows.hover.xl`

---------

Co-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co>
NicholasPeretti pushed a commit to NicholasPeretti/kibana that referenced this pull request Oct 27, 2025
- `@elastic/eui`: `v106.7.0` ⏩ `v107.0.0`
- `@elastic/eui-theme-borealis`: `v3.5.0` ⏩ `v3.6.0`

[Questions? Please see our Kibana upgrade
FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)

---

## Changes

- Updated scrollable popovers `ResizableSuggestionsListDiv` of the
unified search and `ESQLMenuPopover` to prevent broken "floating border"
in dark mode (change to separate scrollable container into a standalone
element)

| before | after |
|---|---|
| <img width="634" height="854" alt="Screenshot 2025-10-06 at 19 50 01"
src="https://github.com/user-attachments/assets/da141bb5-e478-4218-b5bb-5aff95f089ff"
/> | <img width="634" height="854" alt="Screenshot 2025-10-06 at 19 50
15"
src="https://github.com/user-attachments/assets/f098ce70-9690-46f3-a988-1ee9b8d78f5e"
/> |
| <img width="279" height="439" alt="Screenshot 2025-10-06 at 18 54 36"
src="https://github.com/user-attachments/assets/7496fd91-542d-44d7-acc0-e6cb2ea23531"
/> | <img width="274" height="423" alt="Screenshot 2025-10-06 at 18 57
53"
src="https://github.com/user-attachments/assets/4d4aa039-f4c2-4266-ab1f-2f42125f1f84"
/> |

- Update usages of EUI shadow utils (e.g. `euiShadow()`) that are
combined with `border` style to adjust the new automatic "floating
border" to prevent duplicate borders

- Update map button styles (aligning background color and borders)

| before | after |
|---|---|
| <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 21 06"
src="https://github.com/user-attachments/assets/02f4fc3d-593d-4d30-bf67-3dd70960e074"
/> | <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 15
50"
src="https://github.com/user-attachments/assets/0072d2c1-d47b-4014-944a-682f036937b5"
/> |
| <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 21 27"
src="https://github.com/user-attachments/assets/4e639428-43e6-4f39-8f9b-d873549508e8"
/> | <img width="66" height="254" alt="Screenshot 2025-10-14 at 08 16
06"
src="https://github.com/user-attachments/assets/a35760ec-1939-459e-b463-6b533a354352"
/> |


## Package updates

## [`v107.0.0`](https://github.com/elastic/eui/releases/v107.0.0)

- Added new shadow tokens
([elastic#9088](elastic/eui#9088))
  - `shadows.colors.base`
  - `shadows.xs`
  - `shadows.s`
  - `shadows.m`
  - `shadows.l`
  - `shadows.xl`
  - `shadows.flat`
  - `shadows.hover.base`
  - `shadows.hover.xl`
- Updated shadow utility functions to return new tokens
([elastic#9088](elastic/eui#9088))
  - `euiShadow`
  - `euiShadowXSmall`
  - `euiShadowSmall`
  - `euiShadowMedium`
  - `euiShadowLarge`
  - `euiShadowXLarge`
  - `euiShadowFlat`
  - `euiSlightShadowHover`
- Added shadow hover utility `euiShadowHover`
([elastic#9088](elastic/eui#9088))

**Deprecations**

- Deprecated `euiShadowFlat` and `useEuiShadowFlat` - use `euiShadow`/
`useEuiShadow` (size `xs`) or `euiShadowXSmall` instead
([elastic#9088](elastic/eui#9088))
- Deprecated `euiSlightShadowHover` and `useEuiSlightShadowHover` - use
`euiShadowHover` / `useEuiShadowHover` instead
([elastic#9088](elastic/eui#9088))

**Breaking changes**

- Updated shadow utility functions (e.g. `euiShadow`) to apply a
floating border style in dark mode. This may lead to visual issues with
double borders in dark mode when a regular `border` styling is applied.
- Use the `options.border` argument on the utils to adjust or remove the
floating border as needed.
([elastic#9088](elastic/eui#9088))

### `@elastic/eui-theme-borealis`

##
[`v3.6.0`](https://github.com/elastic/eui/blob/main/packages/eui-theme-borealis/changelogs/CHANGELOG_2025.md#v360)

- Added new shadow tokens
([elastic#9088](elastic/eui#9088))
  - `shadows.colors.base`
  - `shadows.xs`
  - `shadows.s`
  - `shadows.m`
  - `shadows.l`
  - `shadows.xl`
  - `shadows.flat`
  - `shadows.hover.base`
  - `shadows.hover.xl`

---------

Co-authored-by: Lene Gadewoll <lene.gadewoll@elastic.co>
kibanamachine added a commit to elastic/kibana that referenced this pull request Nov 4, 2025
# Backport

This will backport the following commits from `main` to `9.1`:
- [[scout] fix discover flaky test
(#240068)](#240068)

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

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

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-10-22T17:52:31Z","message":"[scout]
fix discover flaky test (#240068)\n\n## Summary\n\nFixing discover flaky
test, caused by filter value input field not being\nproperly populated.
I believe it is also related to the recent EUI\nupdate and probably
shadow changes in\nhttps://github.com/elastic/eui/pull/9088 require us
to wait before\ntyping in input
field.","sha":"68841a2793084c7a4a5bf36741e1572d09ccb1b1","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.3.0","v9.1.6"],"title":"[scout]
fix discover flaky
test","number":240068,"url":"https://github.com/elastic/kibana/pull/240068","mergeCommit":{"message":"[scout]
fix discover flaky test (#240068)\n\n## Summary\n\nFixing discover flaky
test, caused by filter value input field not being\nproperly populated.
I believe it is also related to the recent EUI\nupdate and probably
shadow changes in\nhttps://github.com/elastic/eui/pull/9088 require us
to wait before\ntyping in input
field.","sha":"68841a2793084c7a4a5bf36741e1572d09ccb1b1"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1"],"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/240068","number":240068,"mergeCommit":{"message":"[scout]
fix discover flaky test (#240068)\n\n## Summary\n\nFixing discover flaky
test, caused by filter value input field not being\nproperly populated.
I believe it is also related to the recent EUI\nupdate and probably
shadow changes in\nhttps://github.com/elastic/eui/pull/9088 require us
to wait before\ntyping in input
field.","sha":"68841a2793084c7a4a5bf36741e1572d09ccb1b1"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
kibanamachine added a commit to elastic/kibana that referenced this pull request Nov 4, 2025
# Backport

This will backport the following commits from `main` to `9.2`:
- [[scout] fix discover flaky test
(#240068)](#240068)

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

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

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2025-10-22T17:52:31Z","message":"[scout]
fix discover flaky test (#240068)\n\n## Summary\n\nFixing discover flaky
test, caused by filter value input field not being\nproperly populated.
I believe it is also related to the recent EUI\nupdate and probably
shadow changes in\nhttps://github.com/elastic/eui/pull/9088 require us
to wait before\ntyping in input
field.","sha":"68841a2793084c7a4a5bf36741e1572d09ccb1b1","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:version","v9.2.0","v9.3.0","v9.1.6"],"title":"[scout]
fix discover flaky
test","number":240068,"url":"https://github.com/elastic/kibana/pull/240068","mergeCommit":{"message":"[scout]
fix discover flaky test (#240068)\n\n## Summary\n\nFixing discover flaky
test, caused by filter value input field not being\nproperly populated.
I believe it is also related to the recent EUI\nupdate and probably
shadow changes in\nhttps://github.com/elastic/eui/pull/9088 require us
to wait before\ntyping in input
field.","sha":"68841a2793084c7a4a5bf36741e1572d09ccb1b1"}},"sourceBranch":"main","suggestedTargetBranches":["9.2","9.1"],"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/240068","number":240068,"mergeCommit":{"message":"[scout]
fix discover flaky test (#240068)\n\n## Summary\n\nFixing discover flaky
test, caused by filter value input field not being\nproperly populated.
I believe it is also related to the recent EUI\nupdate and probably
shadow changes in\nhttps://github.com/elastic/eui/pull/9088 require us
to wait before\ntyping in input
field.","sha":"68841a2793084c7a4a5bf36741e1572d09ccb1b1"}},{"branch":"9.1","label":"v9.1.6","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change PRs with breaking changes. (Don't delete - used for automation) visual refresh

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants