Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Nov 21, 2023
1 parent bafd011 commit eb63b18
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions src/components/datagrid/__snapshots__/data_grid.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ exports[`EuiDataGrid rendering renders additional toolbar controls 1`] = `
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 2"
aria-label="Active: 2"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down Expand Up @@ -958,7 +958,7 @@ exports[`EuiDataGrid rendering renders control columns 1`] = `
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 2"
aria-label="Active: 2"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down Expand Up @@ -1716,7 +1716,7 @@ exports[`EuiDataGrid rendering renders custom column headers 1`] = `
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 2"
aria-label="Active: 2"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down Expand Up @@ -2171,7 +2171,7 @@ exports[`EuiDataGrid rendering renders with common and div attributes 1`] = `
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 2"
aria-label="Active: 2"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`useDataGridColumnSelector columnSelector [React 16] renders a toolbar b
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 2"
aria-label="Active: 2"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down Expand Up @@ -336,7 +336,7 @@ exports[`useDataGridColumnSelector columnSelector [React 17] renders a toolbar b
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 2"
aria-label="Active: 2"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down Expand Up @@ -640,7 +640,7 @@ exports[`useDataGridColumnSelector columnSelector [React 18] renders a toolbar b
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 2"
aria-label="Active: 2"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`useDataGridColumnSorting columnSorting [React 16] renders a toolbar but
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 1"
aria-label="Active: 1"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down Expand Up @@ -314,7 +314,7 @@ exports[`useDataGridColumnSorting columnSorting [React 17] renders a toolbar but
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 1"
aria-label="Active: 1"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down Expand Up @@ -596,7 +596,7 @@ exports[`useDataGridColumnSorting columnSorting [React 18] renders a toolbar but
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 1"
aria-label="Active: 1"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exports[`euiDataGridToolbarControl renders with a badge 1`] = `
class="euiFlexItem emotion-euiFlexItem-growZero"
>
<span
aria-label="Current count: 5"
aria-label="Active: 5"
class="euiNotificationBadge emotion-euiNotificationBadge-s-subdued"
role="marquee"
>
Expand Down

0 comments on commit eb63b18

Please sign in to comment.