switch padding fix

This commit is contained in:
Adam Bradley
2015-08-07 09:48:33 -05:00
parent bf286353f7
commit 898160cca2
3 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ $switch-ios-transition-duration: 200ms !default;
.item-media {
margin: 0;
padding: $item-ios-padding-media-top $item-ios-padding-right $item-ios-padding-media-bottom ($item-ios-padding-left + 20);
padding: 6px $item-ios-padding-right 6px ($item-ios-padding-left + 20);
}
.switch-icon {

View File

@ -1,5 +1,5 @@
it('should check apple via checkbox element click', function() {
it('should check apple via switch element click', function() {
element(by.css('#e2eAppleCheckbox')).click();
});

View File

@ -8,10 +8,10 @@ exports.config = {
domain: 'ionic-snapshot-go.appspot.com',
//domain: 'localhost:8080',
//specs: 'dist/e2e/**/*e2e.js',
specs: 'dist/e2e/switch/basic/*e2e.js',
specs: 'dist/e2e/**/*e2e.js',
//specs: 'dist/e2e/switch/basic/*e2e.js',
sleepBetweenSpecs: 1200,
sleepBetweenSpecs: 1300,
platformDefauls: {
browser: 'chrome',