Skip to content

Commit

Permalink
unloading logstash data plus picking flights indexpattern in discover…
Browse files Browse the repository at this point in the history
… for filter panel tests
  • Loading branch information
bhavyarm committed Sep 29, 2020
1 parent 082d812 commit 852dcf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/accessibility/apps/filter_panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
await PageObjects.home.addSampleDataSet('flights');
await PageObjects.common.navigateToApp('discover');
await PageObjects.discover.selectIndexPattern('kibana_sample_data_flights');
});

it('a11y test on add filter panel', async () => {
Expand Down
4 changes: 4 additions & 0 deletions test/accessibility/apps/management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.settings.navigateTo();
});

after(async () => {
await esArchiver.unload('logstash_functional');
});

it('main view', async () => {
await a11y.testAppSnapshot();
});
Expand Down

0 comments on commit 852dcf4

Please sign in to comment.