Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Jul 2, 2018
1 parent b1936ed commit 08287b8
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 158 deletions.
8 changes: 7 additions & 1 deletion src/components/form/range/__snapshots__/range.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ exports[`EuiRange props extra input should render 1`] = `
max="10"
min="1"
name="name"
tabindex="-1"
type="range"
value="8"
/>
Expand Down Expand Up @@ -95,7 +96,7 @@ exports[`EuiRange props fullWidth should render 1`] = `

exports[`EuiRange props labels should render 1`] = `
<div
class="euiRange__wrapper"
class="euiRange__wrapper euiRange__wrapper--hasLabels"
>
<label
class="euiRange__minLabel"
Expand Down Expand Up @@ -194,6 +195,7 @@ exports[`EuiRange props ticks should render 1`] = `
<button
class="euiRange__tick"
style="width:16.80672268907563%"
tabindex="-1"
type="button"
value="1"
>
Expand All @@ -202,6 +204,7 @@ exports[`EuiRange props ticks should render 1`] = `
<button
class="euiRange__tick"
style="width:16.80672268907563%"
tabindex="-1"
type="button"
value="21"
>
Expand All @@ -210,6 +213,7 @@ exports[`EuiRange props ticks should render 1`] = `
<button
class="euiRange__tick"
style="width:16.80672268907563%"
tabindex="-1"
type="button"
value="41"
>
Expand All @@ -218,6 +222,7 @@ exports[`EuiRange props ticks should render 1`] = `
<button
class="euiRange__tick"
style="width:16.80672268907563%"
tabindex="-1"
type="button"
value="61"
>
Expand All @@ -226,6 +231,7 @@ exports[`EuiRange props ticks should render 1`] = `
<button
class="euiRange__tick"
style="width:16.80672268907563%"
tabindex="-1"
type="button"
value="81"
>
Expand Down
Loading

0 comments on commit 08287b8

Please sign in to comment.