Skip to content

Commit c84a826

Browse files
committed
update snap
1 parent 854454f commit c84a826

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/react-drag-drop/src/components/DragDrop/__tests__/__snapshots__/DragDrop.test.tsx.snap

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ exports[`renders some divs 1`] = `
55
<div
66
class="pf-c-droppable pf-m-dragging"
77
>
8-
<div
9-
class="pf-c-droppable "
10-
>
8+
<div>
119
<div
1210
aria-describedby="DndDescribedBy-0"
1311
aria-disabled="false"
1412
aria-roledescription="sortable"
15-
class="pf-c-draggable"
13+
class=""
1614
role="button"
1715
tabindex="0"
1816
>
@@ -22,7 +20,7 @@ exports[`renders some divs 1`] = `
2220
aria-describedby="DndDescribedBy-0"
2321
aria-disabled="false"
2422
aria-roledescription="sortable"
25-
class="pf-c-draggable"
23+
class=""
2624
role="button"
2725
tabindex="0"
2826
>
@@ -32,7 +30,7 @@ exports[`renders some divs 1`] = `
3230
aria-describedby="DndDescribedBy-0"
3331
aria-disabled="false"
3432
aria-roledescription="sortable"
35-
class="pf-c-draggable"
33+
class=""
3634
role="button"
3735
tabindex="0"
3836
>

0 commit comments

Comments
 (0)