Skip to content

Commit fffe991

Browse files
committed
Fixed getRhythmChartLegendValue.
1 parent 28c4b8c commit fffe991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/test/functional/apps/lens/open_in_lens/tsvb/timeseries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
5858
await goBackBtn.click();
5959
await visualBuilder.checkVisualBuilderIsPresent();
6060
await retry.try(async () => {
61-
const actualCount = await visualBuilder.getRhythmChartLegendValue(0);
61+
const actualCount = await visualBuilder.getRhythmChartLegendValue();
6262
expect(actualCount).to.be('56');
6363
});
6464
});

0 commit comments

Comments
 (0)