Skip to content

Commit

Permalink
added cssOverlay to existant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Jan 6, 2014
1 parent ca0d36c commit 5c80884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/photoboxTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ exports.photoBox = {
pb.setPictureCount( 4 );
pb.tookPictureHandler();
},
defaultMode : function( test ) {
cssOverlayMode : function( test ) {
var cbFunction = function() {
test.ok( grunt.file.exists( 'tmp/index.html' ) );
test.ok( !grunt.file.exists( 'tmp/scripts/worker.js' ) );
Expand All @@ -385,7 +385,7 @@ exports.photoBox = {
},
options = {
indexPath : 'tmp',
template : 'default',
template : 'cssOverlay',
screenSizes : [ '1000', '1200' ],
urls : [ 'http://google.com', 'http://4waisenkinder.de' ]
},
Expand Down

0 comments on commit 5c80884

Please sign in to comment.