Skip to content

Commit

Permalink
DataTable snapshot update after updating to semantic ui react 0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
woozyking committed Mar 22, 2019
1 parent 0f71a01 commit 27be32e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions __tests__/behavior/__snapshots__/data-table.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ exports[`DataTable should render 1`] = `
<i
aria-hidden="true"
className="search icon"
onClick={[Function]}
/>
</div>
</div>
Expand All @@ -58,40 +59,36 @@ exports[`DataTable should render 1`] = `
<button
className="ui primary button"
onClick={[Function]}
role="button"
>
name
</button>
<button
className="ui primary button"
onClick={[Function]}
role="button"
>
origin
</button>
<button
className="ui primary button"
onClick={[Function]}
role="button"
>
dob
</button>
<button
className="ui primary button"
onClick={[Function]}
role="button"
>
fearsomeness
</button>
</div>
<button
className="ui blue mini icon right floated button"
onClick={[Function]}
role="button"
>
<i
aria-hidden="true"
className="download icon"
onClick={[Function]}
/>
</button>
</div>
Expand Down

0 comments on commit 27be32e

Please sign in to comment.