Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
971 changes: 219 additions & 752 deletions src/components/basic_table/__snapshots__/in_memory_table.test.tsx.snap

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/basic_table/in_memory_table.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ describe('EuiInMemoryTable', () => {
// this is specifically testing regression against https://github.com/elastic/eui/issues/1007
component.setProps({});

expect(component).toMatchSnapshot();
expect(component.render()).toMatchSnapshot();
});

test('pagination with actions column and sorting set to true', async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`EuiEmptyPrompt is rendered 1`] = `
class="euiTextColor euiTextColor--subdued"
>
<div
class="euiSpacer euiSpacer--m"
class="euiSpacer euiSpacer--m css-hg1jdf-euiSpacer-m"
/>
<div
class="euiText euiText--medium"
Expand All @@ -43,7 +43,7 @@ exports[`EuiEmptyPrompt is rendered 1`] = `
</div>
</span>
<div
class="euiSpacer euiSpacer--l"
class="euiSpacer euiSpacer--l css-jz428s-euiSpacer-l"
/>
<div>
Actions
Expand All @@ -68,7 +68,7 @@ exports[`EuiEmptyPrompt props actions renders alone 1`] = `
class="euiEmptyPrompt__contentInner"
>
<div
class="euiSpacer euiSpacer--l"
class="euiSpacer euiSpacer--l css-jz428s-euiSpacer-l"
/>
actions
</div>
Expand All @@ -91,7 +91,7 @@ exports[`EuiEmptyPrompt props actions renders an array 1`] = `
class="euiEmptyPrompt__contentInner"
>
<div
class="euiSpacer euiSpacer--l"
class="euiSpacer euiSpacer--l css-jz428s-euiSpacer-l"
/>
<div
class="euiFlexGroup euiFlexGroup--gutterMedium euiFlexGroup--alignItemsCenter euiFlexGroup--justifyContentCenter euiFlexGroup--directionColumn euiFlexGroup--responsive euiEmptyPrompt__actions"
Expand Down
3 changes: 1 addition & 2 deletions src/components/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
@import 'tree_view/index';
@import 'resizable_container/index';
@import 'side_nav/index';
@import 'spacer/index';
@import 'search_bar/index';
@import 'selectable/index';
@import 'stat/index';
Expand All @@ -66,4 +65,4 @@
@import 'token/index';
@import 'tool_tip/index';
@import 'tour/index';
@import 'text/index';
@import 'text/index';
Loading