Hi, I am getting an error about (KbnI18n) while running the test, please help me
Hi @mzm1370 ,
If you check Kibana server logs, you might find an error that explains the failure.
kibanaChrome is a header attribute and if header is not displayed in the browser, most likely your Kibana instance is not running properly.
If you run server from the source code, make sure to bootstrap & build plugins before running tests:
node scripts/kbn bootstrap
node scripts/build_kibana_platform_plugins.js
Best, Dima

