mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(navBackButton): disable android platform test
This commit is contained in:
@@ -100,15 +100,16 @@ describe('ionNavBackButton directive', function() {
|
||||
}));
|
||||
});
|
||||
|
||||
describe('android', function() {
|
||||
beforeEach(function($provide) {
|
||||
TestUtil.setPlatform('android');
|
||||
});
|
||||
// Android defaults disabled for now
|
||||
// describe('android', function() {
|
||||
// beforeEach(function($provide) {
|
||||
// TestUtil.setPlatform('android');
|
||||
// });
|
||||
|
||||
it('Should set default back button icon from ionicNavBarConfig ', inject(function($ionicNavBarConfig) {
|
||||
var el = setup();
|
||||
expect(el.hasClass('ion-android-arrow-back')).toBe(true);
|
||||
}));
|
||||
});
|
||||
// it('Should set default back button icon from ionicNavBarConfig ', inject(function($ionicNavBarConfig) {
|
||||
// var el = setup();
|
||||
// expect(el.hasClass('ion-android-arrow-back')).toBe(true);
|
||||
// }));
|
||||
// });
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user