Skip to content

Commit

Permalink
restore empty_kibana after saved objects test
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDr committed Apr 8, 2020
1 parent 4d7cc6d commit 1cb6428
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 1cb6428

Please sign in to comment.