Skip to content

Commit

Permalink
Unskip a11y tests and fix datavisualizer test
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Apr 2, 2024
1 parent da69703 commit 11b9f95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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

0 comments on commit 11b9f95

Please sign in to comment.