Skip to content

Commit

Permalink
uncomment commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Aug 11, 2020
1 parent 65d7053 commit 5e538d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/functional/apps/visualize/_tsvb_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
after(async () => {
await security.testUser.restoreDefaults();
// await esArchiver.unload('kibana_sample_data_flights');
await esArchiver.unload('kibana_sample_data_flights');
});

it('should be able to switch between index patterns', async () => {
// const value = await PageObjects.visualBuilder.getMetricValue();
// expect(value).to.eql('156');
const value = await PageObjects.visualBuilder.getMetricValue();
expect(value).to.eql('156');
await PageObjects.visualBuilder.clickPanelOptions('metric');
const fromTime = 'Oct 22, 2018 @ 00:00:00.000';
const toTime = 'Oct 28, 2018 @ 23:59:59.999';
Expand Down

0 comments on commit 5e538d8

Please sign in to comment.