Skip to content

Commit 22053ed

Browse files
committed
test(navBackButton): disable android platform test
1 parent 050b4f2 commit 22053ed

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

test/unit/angular/directive/navBackButton.unit.js

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,16 @@ describe('ionNavBackButton directive', function() {
100100
}));
101101
});
102102

103-
describe('android', function() {
104-
beforeEach(function($provide) {
105-
TestUtil.setPlatform('android');
106-
});
103+
// Android defaults disabled for now
104+
// describe('android', function() {
105+
// beforeEach(function($provide) {
106+
// TestUtil.setPlatform('android');
107+
// });
107108

108-
it('Should set default back button icon from ionicNavBarConfig ', inject(function($ionicNavBarConfig) {
109-
var el = setup();
110-
expect(el.hasClass('ion-android-arrow-back')).toBe(true);
111-
}));
112-
});
109+
// it('Should set default back button icon from ionicNavBarConfig ', inject(function($ionicNavBarConfig) {
110+
// var el = setup();
111+
// expect(el.hasClass('ion-android-arrow-back')).toBe(true);
112+
// }));
113+
// });
113114
});
114115
});

0 commit comments

Comments
 (0)