diff --git a/packages/kbn-plugin-helpers/tasks/test/browser/test_browser_action.js b/packages/kbn-plugin-helpers/tasks/test/browser/test_browser_action.js index 5fe4b673289c..ea521f91e78c 100644 --- a/packages/kbn-plugin-helpers/tasks/test/browser/test_browser_action.js +++ b/packages/kbn-plugin-helpers/tasks/test/browser/test_browser_action.js @@ -8,9 +8,9 @@ module.exports = function testBrowserAction(plugin, run, options) { ]; if (options.plugins) { - kbnServerArgs.push('--kbnServer.testsBundle.pluginId=' + options.plugins); + kbnServerArgs.push('--kbnServer.tests_bundle.pluginId=' + options.plugins); } else { - kbnServerArgs.push('--kbnServer.testsBundle.pluginId=' + plugin.id); + kbnServerArgs.push('--kbnServer.tests_bundle.pluginId=' + plugin.id); } var cmd = 'npm';