mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
[Enterprise Search] Update connector integrations for 8.9 (#160532)
## Summary This updates connector tiles for Enterprise Search to bring them in line with 8.9. <img width="1032" alt="Screenshot 2023-06-26 at 16 26 40" src="a222a2a3
-17ad-4e72-8ce8-57e09d89d05e"> <img width="1035" alt="Screenshot 2023-06-26 at 16 25 04" src="3ce1e78c
-b4fe-404b-b314-e02f3d6f439e"> <img width="1086" alt="Screenshot 2023-06-26 at 16 24 40" src="14dd6ca5
-875f-4c2d-9408-a2fa15abbbec"> --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
81c6a904a8
commit
4d812c1d24
15 changed files with 440 additions and 395 deletions
|
@ -22,7 +22,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
|
||||
expect(resp.body).to.be.an('array');
|
||||
|
||||
expect(resp.body.length).to.be(54);
|
||||
expect(resp.body.length).to.be(49);
|
||||
|
||||
// Test for sample data card
|
||||
expect(resp.body.findIndex((c: { id: string }) => c.id === 'sample_data_all')).to.be.above(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue