Skip to content

Commit

Permalink
restore empty_kibana after saved objects test (#62951)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Drengenberg committed Apr 8, 2020
1 parent e0a5194 commit fdb4a37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function({ getService, getPageObjects }) {

afterEach(async function() {
await esArchiver.unload('discover');
await esArchiver.load('empty_kibana');
});

it('should import saved objects mgmt', async function() {
Expand Down

0 comments on commit fdb4a37

Please sign in to comment.