Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
minnakt committed Mar 21, 2024
1 parent c862116 commit faabc71
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 24 deletions.
13 changes: 7 additions & 6 deletions src/components/Table/__snapshots__/BaseTable.stories.storyshot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Snapshot Tests BaseTable.stories Default 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
Expand Down Expand Up @@ -6738,7 +6738,7 @@ exports[`Snapshot Tests BaseTable.stories Default 1`] = `
exports[`Snapshot Tests BaseTable.stories EmptyState 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
Expand Down Expand Up @@ -6973,11 +6973,12 @@ exports[`Snapshot Tests BaseTable.stories EmptyState 1`] = `
exports[`Snapshot Tests BaseTable.stories Loading 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
class="leafygreen-ui-1soynca"
data-loading="true"
>
<thead
class="leafygreen-ui-bebmcm"
Expand Down Expand Up @@ -7408,7 +7409,7 @@ exports[`Snapshot Tests BaseTable.stories Loading 1`] = `
exports[`Snapshot Tests BaseTable.stories LongContent 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
Expand Down Expand Up @@ -8124,7 +8125,7 @@ exports[`Snapshot Tests BaseTable.stories LongContent 1`] = `
exports[`Snapshot Tests BaseTable.stories NestedRows 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
Expand Down Expand Up @@ -16407,7 +16408,7 @@ exports[`Snapshot Tests BaseTable.stories NestedRows 1`] = `
exports[`Snapshot Tests BaseTable.stories VirtualTable 1`] = `
<div>
<div
class="css-1wf6e6y-StyledTable e1bwwd861 leafygreen-ui-2z6hr7"
class="leafygreen-ui-2z6hr7"
tabindex="0"
>
<table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Snapshot Tests TasksTable.stories Default 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`Snapshot Tests GroupedFileTable.stories DefaultTable 1`] = `
Task 1
</h6>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Snapshot Tests ExecutionTasksTable.stories MultipleExecutions 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
Expand Down Expand Up @@ -348,7 +348,7 @@ exports[`Snapshot Tests ExecutionTasksTable.stories MultipleExecutions 1`] = `
exports[`Snapshot Tests ExecutionTasksTable.stories SingleExecution 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`Snapshot Tests TaskQueueTable.stories Default 1`] = `
class="leafygreen-ui-1a574ai"
>
<div
class="leafygreen-ui-1xn4uvd e1hj893t1 css-kcblj1-StyledTable-StyledBaseTable e1bwwd861"
class="leafygreen-ui-1xn4uvd css-xj0e1u-StyledBaseTable e1hj893t1"
tabindex="0"
>
<table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
class="leafygreen-ui-1soynca"
data-cy="task-duration-table"
data-loading="false"
>
<thead
class="leafygreen-ui-bebmcm"
Expand Down Expand Up @@ -195,7 +196,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-0"
>
Expand Down Expand Up @@ -469,7 +470,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-1"
>
Expand Down Expand Up @@ -560,7 +561,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-2"
>
Expand Down Expand Up @@ -651,7 +652,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-3"
>
Expand Down Expand Up @@ -742,7 +743,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-4"
>
Expand Down Expand Up @@ -833,7 +834,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-5"
>
Expand Down Expand Up @@ -924,7 +925,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-6"
>
Expand Down Expand Up @@ -1015,7 +1016,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-7"
>
Expand Down Expand Up @@ -1106,7 +1107,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-8"
>
Expand Down Expand Up @@ -1197,7 +1198,7 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-9"
>
Expand Down Expand Up @@ -1289,12 +1290,13 @@ exports[`Snapshot Tests TaskDurationTable.stories Default 1`] = `
exports[`Snapshot Tests TaskDurationTable.stories LongContent 1`] = `
<div>
<div
class="leafygreen-ui-1xn4uvd css-1wf6e6y-StyledTable e1bwwd861"
class="leafygreen-ui-1xn4uvd"
tabindex="0"
>
<table
class="leafygreen-ui-1soynca"
data-cy="task-duration-table"
data-loading="false"
>
<thead
class="leafygreen-ui-bebmcm"
Expand Down Expand Up @@ -1481,7 +1483,7 @@ exports[`Snapshot Tests TaskDurationTable.stories LongContent 1`] = `
<tr
aria-hidden="false"
class="leafygreen-ui-vi96c4"
data-cy="task-duration-table-row"
data-cy="leafygreen-table-row"
data-selected="false"
id="lg-table-row-0"
>
Expand Down

0 comments on commit faabc71

Please sign in to comment.