Skip to content

Commit

Permalink
Update disable fullscreen test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins committed Jan 23, 2016
1 parent c22c68a commit e0812df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/base/module/Fullscreen.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ define([
expect(fullscreen.isFullscreen()).to.be.false;
fullscreen.toggle();
expect(fullscreen.isFullscreen()).to.be.true;
fullscreen.toggle();
expect(fullscreen.isFullscreen()).to.be.false;
});
});
});

0 comments on commit e0812df

Please sign in to comment.