Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
VladLasitsa committed Oct 25, 2022
1 parent 00a7b8d commit 7fdabe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

it('should not allow converting not valid aggregation function', async () => {
await visualBuilder.clickSeriesOption();
await visualBuilder.setFieldForAggregateBy('timestamp');
await visualBuilder.setFieldForAggregateBy('clientip');
await visualBuilder.setFunctionForAggregateFunction('Cumulative Sum');
await header.waitUntilLoadingHasFinished();
expect(await visualize.hasNavigateToLensButton()).to.be(false);
Expand Down

0 comments on commit 7fdabe8

Please sign in to comment.