Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Sep 9, 2021
1 parent 594ca09 commit 6cfae65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/apps/dashboard_elements/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) {
log.debug('Starting before method');
await browser.setWindowSize(1280, 800);
await esArchiver.load('test/functional/fixtures/es_archiver/empty_kibana');

await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/long_window_logstash');
});

describe('dashboard elements ciGroup10', function () {
Expand Down

0 comments on commit 6cfae65

Please sign in to comment.