Skip to content

Commit

Permalink
Update x-pack/test/functional/apps/lens/smokescreen.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra authored Aug 18, 2020
1 parent 31333c8 commit e42e00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/lens/smokescreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e42e00f

Please sign in to comment.