Skip to content

Commit

Permalink
update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Nov 20, 2023
1 parent 2ab2291 commit 6394a55
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ exports[`renders some divs 1`] = `
<div
class="pf-c-droppable pf-m-dragging"
>
<div
class="pf-c-droppable "
>
<div>
<div
aria-describedby="DndDescribedBy-0"
aria-disabled="false"
aria-roledescription="sortable"
class="pf-c-draggable"
class=""
role="button"
tabindex="0"
>
Expand All @@ -22,7 +20,7 @@ exports[`renders some divs 1`] = `
aria-describedby="DndDescribedBy-0"
aria-disabled="false"
aria-roledescription="sortable"
class="pf-c-draggable"
class=""
role="button"
tabindex="0"
>
Expand All @@ -32,7 +30,7 @@ exports[`renders some divs 1`] = `
aria-describedby="DndDescribedBy-0"
aria-disabled="false"
aria-roledescription="sortable"
class="pf-c-draggable"
class=""
role="button"
tabindex="0"
>
Expand Down

0 comments on commit 6394a55

Please sign in to comment.