restore empty_kibana after saved objects test (#62951)

This commit is contained in:
Lee Drengenberg 2020-04-08 20:33:21 +00:00 committed by GitHub
parent e0a519424f
commit fdb4a37a60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {