File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
packages/react-drag-drop/src/components/DragDrop/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments