Management Saved object test (#48691) (#48705)

This commit is contained in:
Rashmi Kulkarni 2019-10-18 17:49:17 -07:00 committed by GitHub
parent 2e0f59891c
commit 2ca19a2760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ export default function ({ getService, loadTestFile }) {
loadTestFile(require.resolve('./_kibana_settings'));
loadTestFile(require.resolve('./_scripted_fields'));
loadTestFile(require.resolve('./_scripted_fields_preview'));
loadTestFile(require.resolve('./_mgmt_import_saved_objects'));
});
describe('', function () {