From e42e00fdf2cf2a4d225bae1fb0f31d3d9d05d6a8 Mon Sep 17 00:00:00 2001 From: Marta Bondyra Date: Tue, 18 Aug 2020 11:06:38 +0200 Subject: [PATCH] Update x-pack/test/functional/apps/lens/smokescreen.ts --- x-pack/test/functional/apps/lens/smokescreen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/lens/smokescreen.ts b/x-pack/test/functional/apps/lens/smokescreen.ts index 9801d2a5116e83..8c4321d77acf46 100644 --- a/x-pack/test/functional/apps/lens/smokescreen.ts +++ b/x-pack/test/functional/apps/lens/smokescreen.ts @@ -110,7 +110,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { expect(await PageObjects.lens.getLayerCount()).to.eql(2); }); - it('should switch from a multi-layer stacked bar to pie chart using suggestions', async () => { + it('should switch from a multi-layer stacked bar to donut chart using suggestions', async () => { await PageObjects.visualize.navigateToNewVisualization(); await PageObjects.visualize.clickVisType('lens'); await PageObjects.lens.goToTimeRange();