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`] = `
5
5
<div
6
6
class = " pf-c-droppable pf-m-dragging"
7
7
>
8
- <div
9
- class = " pf-c-droppable "
10
- >
8
+ <div >
11
9
<div
12
10
aria-describedby = " DndDescribedBy-0"
13
11
aria-disabled = " false"
14
12
aria-roledescription = " sortable"
15
- class = " pf-c-draggable "
13
+ class = " "
16
14
role = " button"
17
15
tabindex = " 0"
18
16
>
@@ -22,7 +20,7 @@ exports[`renders some divs 1`] = `
22
20
aria-describedby = " DndDescribedBy-0"
23
21
aria-disabled = " false"
24
22
aria-roledescription = " sortable"
25
- class = " pf-c-draggable "
23
+ class = " "
26
24
role = " button"
27
25
tabindex = " 0"
28
26
>
@@ -32,7 +30,7 @@ exports[`renders some divs 1`] = `
32
30
aria-describedby = " DndDescribedBy-0"
33
31
aria-disabled = " false"
34
32
aria-roledescription = " sortable"
35
- class = " pf-c-draggable "
33
+ class = " "
36
34
role = " button"
37
35
tabindex = " 0"
38
36
>
You can’t perform that action at this time.
0 commit comments