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
opensearch-project#9029)

Signed-off-by: Federico Silva <[email protected]>
Co-authored-by: Federico Silva <[email protected]>
  • Loading branch information
silva-qa and Federico Silva authored Dec 10, 2024
1 parent 6a0484a commit 9f23442
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 9f23442

Please sign in to comment.