Skip to content

Commit

Permalink
add queryEditorLanguageOptions data-test-subj on language_selector.tsx (
Browse files Browse the repository at this point in the history
#9029)

Signed-off-by: Federico Silva <[email protected]>
Co-authored-by: Federico Silva <[email protected]>
(cherry picked from commit 9f23442)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Federico Silva committed Dec 10, 2024
1 parent 2405a28 commit c14da13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const QueryLanguageSelector = (props: QueryLanguageSelectorProps) => {
)}
size="s"
items={languageOptionsMenu}
data-test-subj="queryEditorLanguageOptions"
/>
</EuiPopover>
);
Expand Down

0 comments on commit c14da13

Please sign in to comment.