unskip a11y tests (#120877)

This commit is contained in:
Joe Reuter 2021-12-09 14:18:10 +01:00 committed by GitHub
parent 7c2e0524a6
commit 443ad8ef6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const listingTable = getService('listingTable');
const kibanaServer = getService('kibanaServer');
// Failing: See https://github.com/elastic/kibana/issues/115614
describe.skip('Lens', () => {
describe('Lens', () => {
const lensChartName = 'MyLensChart';
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/logstash_functional');