fix tests

This commit is contained in:
Lisa Passing 2015-07-07 15:39:02 +02:00
parent 7601e15ab8
commit b575d78250
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
width: $switch-width
height: $switch-height
margin-right: 1em
padding: 2px 3px 3px 4px
padding: 3px 3px 3px 4px
vertical-align: middle
overflow: visible
background-color: #E2E1E2

View File

@ -20,5 +20,5 @@ test 'it renders', ->
@append()
ok component.$().hasClass('active'), 'component should have active class'
ok component.$('.travis-switch').hasClass('active'), 'switch should have active class'
ok component.$('.switch--icon').hasClass('active'), 'switch should have active class'
equal component.$('.profile-repo span').text().trim(), 'A foo repo', 'repo description should be displayed'