Trying with firefox instead of phantom

This commit is contained in:
Max Lynch
2013-11-18 22:07:00 -06:00
parent cfdbe87750
commit d8bce833cd
6 changed files with 27 additions and 15 deletions

View File

@ -18,7 +18,7 @@ describe('Ionic Modal', function() {
expect(modalInstance.el.classList.contains('slide-in-up')).toBe(true);
});
it('Should show for dynamic template', function() {
xit('Should show for dynamic template', function() {
var template = '<div class="modal"></div>';
var done = false;