From 78f904f259f2aecedc9fdafc6565d59e37f08912 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Thu, 21 Sep 2023 09:51:39 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20Kibana=20FTR=20shenanigans=20=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - turns out removing title was a terrible mistake - also selenium gets big mad about the overlaid full text, might as well mitigate it now --- .../combo_box/__snapshots__/combo_box.test.tsx.snap | 11 +++++++++++ .../_combo_box_options_list.scss | 8 ++++++++ .../combo_box_options_list/combo_box_options_list.tsx | 1 + 3 files changed, 20 insertions(+) diff --git a/src/components/combo_box/__snapshots__/combo_box.test.tsx.snap b/src/components/combo_box/__snapshots__/combo_box.test.tsx.snap index d26f12d9876..33c33467ee4 100644 --- a/src/components/combo_box/__snapshots__/combo_box.test.tsx.snap +++ b/src/components/combo_box/__snapshots__/combo_box.test.tsx.snap @@ -547,6 +547,7 @@ exports[`props option.prepend & option.append renders in the options dropdown 1` id="generated-id__option-0" role="option" style="position: absolute; left: 0px; top: 0px; height: 29px; width: 100%;" + title="1" type="button" > extends Component< checked={checked} showIcons={singleSelection ? true : false} id={rootId(`_option-${index}`)} + title={label} {...rest} >