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
  • Loading branch information
Federico Silva committed Dec 10, 2024
1 parent 7df73dd commit ee90e25
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 ee90e25

Please sign in to comment.