Skip to content

Commit

Permalink
[Functional Tests] Unskip tsvb timeseries test
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jul 23, 2020
1 parent 8b4c4c0 commit 8ca01dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_tsvb_time_series.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
expect(actualCount).to.be(expectedLegendValue);
});

it.skip('should show the correct count in the legend with "Human readable" duration formatter', async () => {
it('should show the correct count in the legend with "Human readable" duration formatter', async () => {
await visualBuilder.clickSeriesOption();
await visualBuilder.changeDataFormatter('Duration');
await visualBuilder.setDurationFormatterSettings({ to: 'Human readable' });
Expand Down

0 comments on commit 8ca01dd

Please sign in to comment.