Skip to content

Commit

Permalink
[7.x] restore empty_kibana after saved objects test (#62951) (#63023)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
Lee Drengenberg and elasticmachine committed Apr 9, 2020
1 parent 883262b commit 81de77c
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 81de77c

Please sign in to comment.