From 004a9a14c80db787f5ae82c5c3b7ca7d1227a741 Mon Sep 17 00:00:00 2001 From: Marco Liberati Date: Wed, 31 Mar 2021 15:31:29 +0200 Subject: [PATCH] [Lens] Unskip a11y test in Lens (#95904) --- x-pack/test/accessibility/apps/lens.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/accessibility/apps/lens.ts b/x-pack/test/accessibility/apps/lens.ts index 59ce697811aa..a8d20ff56de0 100644 --- a/x-pack/test/accessibility/apps/lens.ts +++ b/x-pack/test/accessibility/apps/lens.ts @@ -112,8 +112,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await a11y.testAppSnapshot(); }); - // Skip until https://github.com/elastic/kibana/issues/88661 gets closed - it.skip('lens XY chart with multiple layers', async () => { + it('lens XY chart with multiple layers', async () => { await PageObjects.lens.createLayer(); await PageObjects.lens.switchToVisualization('area');