mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
minor indent fix (#15520)
This commit is contained in:
parent
9c371008b9
commit
fb583bc460
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ export default function ({ getService, getPageObject }) {
|
|||
// most suites start with a before hook that navigates to a specific
|
||||
// app/page and restores some archives into elasticsearch with esArchiver
|
||||
before(async () => {
|
||||
await Promise.all([
|
||||
await Promise.all([
|
||||
// start with an empty .kibana index
|
||||
esArchiver.load('empty_kibana'),
|
||||
// load some basic log data only if the index doesn't exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue