Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
EuiTextAlign,
} from '@elastic/eui';

import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n-react';
import { useTimefilter } from '@kbn/ml-date-picker';
import { isFullLicense } from '../license';
Expand Down Expand Up @@ -182,6 +183,12 @@ export const DatavisualizerSelector: FC = () => {
/>
}
tooltipPosition={'right'}
aria-label={i18n.translate(
'xpack.ml.datavisualizer.selector.technicalPreviewBadge.ariaLabel',
{
defaultMessage: 'ES|QL is in technical preview.',
}
)}
/>
</>
</EuiTextAlign>
Expand Down
3 changes: 1 addition & 2 deletions x-pack/test/accessibility/apps/group2/ml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ export default function ({ getService }: FtrProviderContext) {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/172598
describe.skip('with data loaded', function () {
describe('with data loaded', function () {
const dfaOutlierResultsJobId = 'iph_outlier_a11y';
const ecIndexName = 'ft_module_sample_ecommerce';
const ihpIndexName = 'ft_ihp_outlier';
Expand Down