Skip to content

Commit

Permalink
Fix snapshots from upstream OSD/OUI changes (opensearch-project#755) (o…
Browse files Browse the repository at this point in the history
…pensearch-project#808)

* fix name change bug and modify test to test behavior



* udpate snapshots from upstream



---------


(cherry picked from commit 4499699)

Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d7372da commit b719ebc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ exports[`Service Config component renders empty service config 1`] = `
aria-label="Select services and entities"
className="euiComboBox"
data-test-subj="servicesEntitiesComboBox"
onFocus={[Function]}
onKeyDown={[Function]}
role="combobox"
>
Expand Down Expand Up @@ -1519,7 +1518,6 @@ exports[`Service Config component renders with one service selected 1`] = `
aria-label="Select services and entities"
className="euiComboBox"
data-test-subj="servicesEntitiesComboBox"
onFocus={[Function]}
onKeyDown={[Function]}
role="combobox"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ exports[`Trace Config component renders empty trace config 1`] = `
aria-label="Select trace groups"
className="euiComboBox"
data-test-subj="traceGroupsComboBox"
onFocus={[Function]}
onKeyDown={[Function]}
role="combobox"
>
Expand Down Expand Up @@ -1243,7 +1242,6 @@ exports[`Trace Config component renders with one trace selected 1`] = `
aria-label="Select trace groups"
className="euiComboBox"
data-test-subj="traceGroupsComboBox"
onFocus={[Function]}
onKeyDown={[Function]}
role="combobox"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ exports[`Saved query table component Renders saved query table 1`] = `
aria-haspopup="listbox"
className="euiComboBox"
data-test-subj="eventExplorer__querySaveComboBox"
onFocus={[Function]}
onKeyDown={[Function]}
role="combobox"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ exports[`Export Metrics Panel Component renders Export Metrics Panel Component 1
aria-haspopup="listbox"
className="euiComboBox"
data-test-subj="eventExplorer__querySaveComboBox"
onFocus={[Function]}
onKeyDown={[Function]}
role="combobox"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ exports[`Filter popover component renders filter popover 1`] = `
aria-expanded={false}
aria-haspopup="listbox"
className="euiComboBox"
onFocus={[Function]}
onKeyDown={[Function]}
role="combobox"
>
Expand Down Expand Up @@ -389,7 +388,6 @@ exports[`Filter popover component renders filter popover 1`] = `
aria-expanded={false}
aria-haspopup="listbox"
className="euiComboBox euiComboBox-isDisabled"
onFocus={[Function]}
onKeyDown={[Function]}
role="combobox"
>
Expand Down

0 comments on commit b719ebc

Please sign in to comment.