mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update number of custom integrations in test
This commit is contained in:
parent
1ee37b6ac2
commit
30214b2c7c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
expect(resp.body).to.be.an('array');
|
||||
|
||||
// sample data
|
||||
expect(resp.body.length).to.be.above(14); // at least the language clients + sample data + add data
|
||||
expect(resp.body.length).to.be.above(32); // at least the language clients + sample data + add data + enterprise search integrations
|
||||
|
||||
['flights', 'logs', 'ecommerce'].forEach((sampleData) => {
|
||||
expect(resp.body.findIndex((c: { id: string }) => c.id === sampleData)).to.be.above(-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue