Accessibility test- unskipping a functional test (kibana_overview.ts) (#90395)

* fixes https://github.com/elastic/kibana/issues/74449

* unskipping accessibility test
This commit is contained in:
Rashmi Kulkarni 2021-02-05 10:43:03 -08:00 committed by GitHub
parent 0c0a74b364
commit 3ba3131912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'home']);
const a11y = getService('a11y');
// FLAKY: https://github.com/elastic/kibana/issues/82226
describe.skip('Kibana overview', () => {
describe('Kibana overview', () => {
const esArchiver = getService('esArchiver');
before(async () => {