mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Upgrade EUI to v46.1.0 (#123652)
* eui to 46.1.0 * use optimize build * dataGridWrapper -> euiDataGridBody * remove unused dep from bazel * use column-index and row-index attrs * datagrid test fixes * prevent duplicate global styles * snapshot updates * rendering_service test * update comment * clean up Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
28eb46d4a7
commit
e84f370ef0
18 changed files with 87 additions and 40 deletions
|
@ -126,7 +126,7 @@ describe('Body', () => {
|
|||
</TestProviders>
|
||||
);
|
||||
|
||||
expect(wrapper.find('div.euiDataGrid__overflow').first().exists()).toEqual(true);
|
||||
expect(wrapper.find('div.euiDataGrid__virtualized').first().exists()).toEqual(true);
|
||||
});
|
||||
|
||||
test('it renders events', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue