Skip to content

Commit

Permalink
remove the line we're repeating
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Mar 3, 2025
1 parent 5d3bf69 commit 4313f1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/apps/discover/group3/_lens_vis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'10'
);

await testSubjects.click('unifiedHistogramEditFlyoutVisualization');
expect(await getCurrentVisTitle()).to.be('Line');
expect(await discover.getVisContextSuggestionType()).to.be('histogramForESQL');
});
Expand Down

0 comments on commit 4313f1f

Please sign in to comment.