Skip to content

Commit

Permalink
adjust functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jun 22, 2021
1 parent ff58b00 commit a6d6565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/apps/lens/smokescreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
);
});

it('should not leave an incomplete column in the visualization config with reference-based operations', async () => {
it('should revert to previous configuration and not leave an incomplete column in the visualization config with reference-based operations', async () => {
await PageObjects.visualize.navigateToNewVisualization();
await PageObjects.visualize.clickVisType('lens');
await PageObjects.lens.goToTimeRange();
Expand Down Expand Up @@ -636,7 +636,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.lens.closeDimensionEditor();

expect(await PageObjects.lens.getDimensionTriggerText('lnsXY_yDimensionPanel')).to.eql(
undefined
'Moving average of Count of records'
);
});

Expand Down

0 comments on commit a6d6565

Please sign in to comment.