Skip to content

Commit

Permalink
[7.x] load empty_kibana in test to have clean starting point (#82772) (
Browse files Browse the repository at this point in the history
…#83016)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Lee Drengenberg and kibanamachine authored Nov 12, 2020
1 parent 8f7b38d commit 2d89716
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function ({ getService, getPageObjects }) {

describe('mgmt saved objects', function describeIndexTests() {
beforeEach(async function () {
await esArchiver.load('empty_kibana');
await esArchiver.load('discover');
await PageObjects.settings.navigateTo();
});
Expand Down

0 comments on commit 2d89716

Please sign in to comment.