mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix test (#21882)
This commit is contained in:
parent
be23ce4068
commit
9646850306
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ export default function ({ getService }) {
|
|||
expect(body.settings.kibana.host.length > 0).to.eql(true);
|
||||
expect(body.settings.kibana.transport_address.length > 0).to.eql(true);
|
||||
expect(body.settings.kibana.version.length > 0).to.eql(true);
|
||||
expect(body.settings.kibana.status.length > 0).to.eql(true);
|
||||
expect(body.settings.kibana.status.title.length > 0).to.eql(true);
|
||||
expect(body.settings.kibana.status.uiColor.length > 0).to.eql(true);
|
||||
expect(body.settings.kibana.status.nickname.length > 0).to.eql(true);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue