Skip to content

Commit

Permalink
Snapshot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Mar 26, 2024
1 parent 323a436 commit 4af9a1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports[`EuiBasicTable renders (bare-bones) 1`] = `
</div>
</div>
<table
class="euiTable euiTable--responsive emotion-euiTable"
class="euiTable euiTable--responsive emotion-euiTable-fixed-uncompressed"
id="__table_generated-id"
tabindex="-1"
>
Expand Down Expand Up @@ -197,7 +197,7 @@ exports[`EuiBasicTable renders (kitchen sink) with pagination, selection, sortin
</div>
</div>
<table
class="euiTable euiTable--responsive emotion-euiTable"
class="euiTable euiTable--responsive emotion-euiTable-fixed-uncompressed"
id="__table_generated-id"
tabindex="-1"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ exports[`EuiInMemoryTable empty array 1`] = `
</div>
</div>
<table
class="euiTable euiTable--responsive emotion-euiTable"
class="euiTable euiTable--responsive emotion-euiTable-fixed-uncompressed"
id="__table_generated-id"
tabindex="-1"
>
Expand Down Expand Up @@ -227,7 +227,7 @@ exports[`EuiInMemoryTable with items 1`] = `
</div>
</div>
<table
class="euiTable euiTable--responsive emotion-euiTable"
class="euiTable euiTable--responsive emotion-euiTable-fixed-uncompressed"
id="__table_generated-id"
tabindex="-1"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/table/__snapshots__/table.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`renders EuiTable 1`] = `
<table
aria-label="aria-label"
class="euiTable testClass1 testClass2 euiTable--responsive emotion-euiTable-euiTestCss"
class="euiTable testClass1 testClass2 euiTable--responsive emotion-euiTable-fixed-uncompressed-euiTestCss"
data-test-subj="test subject string"
tabindex="-1"
>
Expand Down

0 comments on commit 4af9a1a

Please sign in to comment.