diff --git a/src/core_plugins/tests_bundle/tests_entry_template.js b/src/core_plugins/tests_bundle/tests_entry_template.js index aabe01734cc9e..78529335daef1 100644 --- a/src/core_plugins/tests_bundle/tests_entry_template.js +++ b/src/core_plugins/tests_bundle/tests_entry_template.js @@ -80,6 +80,20 @@ new CoreSystem({ enabled: true, enableExternalUrls: true }, + uiCapabilities: { + discover: { + showWriteControls: true + }, + visualize: { + showWriteControls: true + }, + dashboard: { + showWriteControls: true + }, + timelion: { + showWriteControls: true + }, + } }, }, rootDomElement,