Update number of custom integrations in test

This commit is contained in:
Vadim Yakhin 2021-10-14 10:51:12 -07:00
parent 1ee37b6ac2
commit 30214b2c7c

View file

@ -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);