Skip to content

Commit

Permalink
feat(table): fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ogermain-kronos committed Nov 18, 2024
1 parent e6453b9 commit 74b051d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/react/src/components/table/table.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@ exports[`Table has selectable rows styles 1`] = `
>
<input
aria-invalid="false"
aria-labelledby="uuid1_validationAlert"
aria-labelledby=""
class="c5"
data-testid="row-checkbox-all"
type="checkbox"
Expand Down Expand Up @@ -1686,7 +1686,7 @@ exports[`Table has selectable rows styles 1`] = `
>
<input
aria-invalid="false"
aria-labelledby="uuid2_validationAlert"
aria-labelledby=""
class="c5"
data-testid="row-checkbox-0"
type="checkbox"
Expand Down Expand Up @@ -1737,7 +1737,7 @@ exports[`Table has selectable rows styles 1`] = `
>
<input
aria-invalid="false"
aria-labelledby="uuid3_validationAlert"
aria-labelledby=""
class="c5"
data-testid="row-checkbox-1"
type="checkbox"
Expand Down Expand Up @@ -1788,7 +1788,7 @@ exports[`Table has selectable rows styles 1`] = `
>
<input
aria-invalid="false"
aria-labelledby="uuid4_validationAlert"
aria-labelledby=""
class="c5"
data-testid="row-checkbox-2"
type="checkbox"
Expand Down

0 comments on commit 74b051d

Please sign in to comment.