[Lens] Unskip a11y test in Lens (#95904)

This commit is contained in:
Marco Liberati 2021-03-31 15:31:29 +02:00 committed by GitHub
parent 9dffcc2afa
commit 004a9a14c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');