Skip to content

Commit

Permalink
Update grid track table snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Oct 21, 2024
1 parent 97d2488 commit 84b7216
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ui/test/__snapshots__/gridTrackTable.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`(Snapshot) Grid track table - empty should render correctly 1`] = `
<div
class="track_table_header_row"
role="row"
style="grid-template-columns: 7.5em 4em 3em 3em minmax(8em, 1fr) 6em 6em 6em 3em auto;"
style="grid-template-columns: 3em 4em 3em 3em minmax(8em, 1fr) minmax(8em, 1fr) 6em 6em 3em auto;"
>
<div
class="track_table_header_cell"
Expand Down Expand Up @@ -176,7 +176,7 @@ exports[`(Snapshot) Grid track table - example data with all rows should render
<div
class="track_table_header_row"
role="row"
style="grid-template-columns: 7.5em 4em 3em 3em minmax(8em, 1fr) 6em 6em 6em 3em auto;"
style="grid-template-columns: 3em 4em 3em 3em minmax(8em, 1fr) minmax(8em, 1fr) 6em 6em 3em auto;"
>
<div
class="track_table_header_cell"
Expand Down Expand Up @@ -321,7 +321,7 @@ exports[`(Snapshot) Grid track table - example data with all rows should render
data-rbd-draggable-id="0"
data-testid="track-table-row"
role="row"
style="position: absolute; left: 0px; top: 0px; height: 42px; width: 100%; grid-template-columns: 7.5em 4em 3em 3em minmax(8em, 1fr) 6em 6em 6em 3em;"
style="position: absolute; left: 0px; top: 0px; height: 42px; width: 100%; grid-template-columns: 3em 4em 3em 3em minmax(8em, 1fr) minmax(8em, 1fr) 6em 6em 3em;"
tabindex="0"
>
<div
Expand Down Expand Up @@ -459,7 +459,7 @@ exports[`(Snapshot) Grid track table - example data with all rows should render
data-rbd-draggable-id="1"
data-testid="track-table-row"
role="row"
style="position: absolute; left: 0px; top: 42px; height: 42px; width: 100%; grid-template-columns: 7.5em 4em 3em 3em minmax(8em, 1fr) 6em 6em 6em 3em;"
style="position: absolute; left: 0px; top: 42px; height: 42px; width: 100%; grid-template-columns: 3em 4em 3em 3em minmax(8em, 1fr) minmax(8em, 1fr) 6em 6em 3em;"
tabindex="1"
>
<div
Expand Down Expand Up @@ -597,7 +597,7 @@ exports[`(Snapshot) Grid track table - example data with all rows should render
data-rbd-draggable-id="2"
data-testid="track-table-row"
role="row"
style="position: absolute; left: 0px; top: 84px; height: 42px; width: 100%; grid-template-columns: 7.5em 4em 3em 3em minmax(8em, 1fr) 6em 6em 6em 3em;"
style="position: absolute; left: 0px; top: 84px; height: 42px; width: 100%; grid-template-columns: 3em 4em 3em 3em minmax(8em, 1fr) minmax(8em, 1fr) 6em 6em 3em;"
tabindex="2"
>
<div
Expand Down

0 comments on commit 84b7216

Please sign in to comment.