Skip to content

Commit

Permalink
Update downstream snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jun 4, 2024
1 parent 3f9c939 commit 88d025b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`EuiColorPalettePicker is rendered 1`] = `
<button
aria-haspopup="listbox"
aria-label="aria-label"
class="euiSuperSelectControl euiFormControlLayout--1icons testClass1 testClass2 emotion-euiTestCss"
class="euiSuperSelectControl testClass1 testClass2 emotion-euiSuperSelect__control-euiTestCss"
data-test-subj="test subject string"
type="button"
/>
Expand Down Expand Up @@ -56,7 +56,7 @@ exports[`EuiColorPalettePicker is rendered with a selected custom text 1`] = `
<button
aria-haspopup="listbox"
aria-label="aria-label"
class="euiSuperSelectControl euiFormControlLayout--1icons testClass1 testClass2 emotion-euiTestCss"
class="euiSuperSelectControl testClass1 testClass2 emotion-euiSuperSelect__control-euiTestCss"
data-test-subj="test subject string"
type="button"
>
Expand Down Expand Up @@ -97,7 +97,7 @@ exports[`EuiColorPalettePicker is rendered with a selected fixed palette 1`] = `
<button
aria-haspopup="listbox"
aria-label="aria-label"
class="euiSuperSelectControl euiFormControlLayout--1icons testClass1 testClass2 emotion-euiTestCss"
class="euiSuperSelectControl testClass1 testClass2 emotion-euiSuperSelect__control-euiTestCss"
data-test-subj="test subject string"
type="button"
>
Expand Down Expand Up @@ -166,7 +166,7 @@ exports[`EuiColorPalettePicker is rendered with a selected gradient palette 1`]
<button
aria-haspopup="listbox"
aria-label="aria-label"
class="euiSuperSelectControl euiFormControlLayout--1icons testClass1 testClass2 emotion-euiTestCss"
class="euiSuperSelectControl testClass1 testClass2 emotion-euiSuperSelect__control-euiTestCss"
data-test-subj="test subject string"
type="button"
>
Expand Down Expand Up @@ -215,7 +215,7 @@ exports[`EuiColorPalettePicker is rendered with a selected gradient palette with
<button
aria-haspopup="listbox"
aria-label="aria-label"
class="euiSuperSelectControl euiFormControlLayout--1icons testClass1 testClass2 emotion-euiTestCss"
class="euiSuperSelectControl testClass1 testClass2 emotion-euiSuperSelect__control-euiTestCss"
data-test-subj="test subject string"
type="button"
>
Expand Down Expand Up @@ -264,7 +264,7 @@ exports[`EuiColorPalettePicker is rendered with the prop selectionDisplay set as
<button
aria-haspopup="listbox"
aria-label="aria-label"
class="euiSuperSelectControl euiFormControlLayout--1icons testClass1 testClass2 emotion-euiTestCss"
class="euiSuperSelectControl testClass1 testClass2 emotion-euiSuperSelect__control-euiTestCss"
data-test-subj="test subject string"
type="button"
>
Expand Down Expand Up @@ -304,7 +304,7 @@ exports[`EuiColorPalettePicker more props are propagated to each option 1`] = `
>
<button
aria-haspopup="listbox"
class="euiSuperSelectControl euiFormControlLayout--1icons euiSuperSelect--isOpen__button"
class="euiSuperSelectControl emotion-euiSuperSelect__control-open"
data-test-subj="colorPalettePicker"
type="button"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ exports[`EuiQuickSelectPanels customQuickSelectPanels should render custom panel
<select
aria-describedby="generated-id generated-id"
aria-label="Time tense"
class="euiSelect euiFormControlLayout--1icons euiSelect--compressed"
class="euiSelect emotion-euiSelect-compressed"
>
<option
value="last"
Expand Down Expand Up @@ -155,7 +155,7 @@ exports[`EuiQuickSelectPanels customQuickSelectPanels should render custom panel
<select
aria-describedby="generated-id generated-id"
aria-label="Time unit"
class="euiSelect euiFormControlLayout--1icons euiSelect--compressed"
class="euiSelect emotion-euiSelect-compressed"
>
<option
value="s"
Expand Down Expand Up @@ -372,7 +372,7 @@ exports[`EuiQuickSelectPanels customQuickSelectPanels should render custom panel
<select
aria-describedby="generated-id generated-id"
aria-label="Refresh interval units"
class="euiSelect euiFormControlLayout--1icons euiSelect--fullWidth euiSelect--compressed"
class="euiSelect emotion-euiSelect-compressed-fullWidth"
data-test-subj="superDatePickerRefreshIntervalUnitsSelect"
disabled=""
>
Expand Down

0 comments on commit 88d025b

Please sign in to comment.