Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 15, 2017
1 parent b248676 commit 38eb73b
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion src/__tests__/__snapshots__/Dropdown-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ exports[`changes the class when hovered 1`] = `
>
<button
className="uk-button uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -74,6 +75,7 @@ exports[`changes the class when hovered 1`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -88,6 +90,7 @@ exports[`changes the class when hovered 2`] = `
>
<button
className="uk-button uk-open uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -96,6 +99,7 @@ exports[`changes the class when hovered 2`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left uk-open"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -110,6 +114,7 @@ exports[`changes the class when hovered 3`] = `
>
<button
className="uk-button uk-open uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -118,6 +123,7 @@ exports[`changes the class when hovered 3`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left uk-open"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -132,6 +138,7 @@ exports[`changes the class when hovered 4`] = `
>
<button
className="uk-button uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -140,6 +147,7 @@ exports[`changes the class when hovered 4`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -154,6 +162,7 @@ exports[`changes the class when hovered 5`] = `
>
<button
className="uk-button uk-open uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -162,6 +171,7 @@ exports[`changes the class when hovered 5`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left uk-open"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -176,6 +186,7 @@ exports[`changes the class when hovered 6`] = `
>
<button
className="uk-button uk-open uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -184,6 +195,7 @@ exports[`changes the class when hovered 6`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left uk-open"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -198,6 +210,7 @@ exports[`closes sibling Dropdown on open 1`] = `
>
<button
className="uk-button uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -206,6 +219,7 @@ exports[`closes sibling Dropdown on open 1`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -220,6 +234,7 @@ exports[`closes sibling Dropdown on open 2`] = `
>
<button
className="uk-button uk-open uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -228,6 +243,7 @@ exports[`closes sibling Dropdown on open 2`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left uk-open"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -242,6 +258,7 @@ exports[`closes sibling Dropdown on open 3`] = `
>
<button
className="uk-button uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -250,6 +267,7 @@ exports[`closes sibling Dropdown on open 3`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -264,6 +282,7 @@ exports[`closes when clicked when in hover mode 1`] = `
>
<button
className="uk-button uk-open uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -272,6 +291,7 @@ exports[`closes when clicked when in hover mode 1`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left uk-open"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -286,6 +306,7 @@ exports[`closes when clicked when in hover mode 2`] = `
>
<button
className="uk-button uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -294,6 +315,7 @@ exports[`closes when clicked when in hover mode 2`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -308,6 +330,7 @@ exports[`closes when clicked when in hover mode 3`] = `
>
<button
className="uk-button uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -316,6 +339,7 @@ exports[`closes when clicked when in hover mode 3`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -326,7 +350,7 @@ exports[`closes when clicked when in hover mode 3`] = `

exports[`it should render correctly when children are passed as function 1`] = `
<div
onClick={undefined}
onClick={[Function]}
>
<button
className=""
Expand All @@ -352,6 +376,7 @@ exports[`renders correctly 1`] = `
>
<button
className="uk-button uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -360,6 +385,7 @@ exports[`renders correctly 1`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -374,6 +400,7 @@ exports[`renders correctly 2`] = `
>
<button
className="uk-button uk-button-link"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -382,6 +409,7 @@ exports[`renders correctly 2`] = `
</button>
<div
className="uk-navbar-dropdown"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -407,6 +435,7 @@ exports[`should be closed 1`] = `
>
<button
className="uk-button uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -415,6 +444,7 @@ exports[`should be closed 1`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand All @@ -429,6 +459,7 @@ exports[`should be open 1`] = `
>
<button
className="uk-button uk-open uk-button-default"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
type="button"
Expand All @@ -437,6 +468,7 @@ exports[`should be open 1`] = `
</button>
<div
className="uk-dropdown uk-dropdown-bottom-left uk-open"
onClick={[Function]}
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
Expand Down

0 comments on commit 38eb73b

Please sign in to comment.