mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Trying with firefox instead of phantom
This commit is contained in:
@ -10,7 +10,7 @@ describe('Ionic Content directive', function() {
|
||||
|
||||
it('Has content class', function() {
|
||||
element = compile('<content></content>')(scope);
|
||||
expect(element.hasClass('content')).toBe(true);
|
||||
expect(element.hasClass('scroll-content')).toBe(true);
|
||||
});
|
||||
|
||||
it('Has header', function() {
|
||||
|
||||
Reference in New Issue
Block a user