mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
unskip a11y tests (#120877)
This commit is contained in:
parent
7c2e0524a6
commit
443ad8ef6e
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue