Skip to content

Commit

Permalink
Updated test with no-annotations-wrapper fact. #36
Browse files Browse the repository at this point in the history
  • Loading branch information
pisi committed Dec 2, 2011
1 parent cba6e5f commit e515710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/annotations.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
var
frame= $reel.data('frame')
ok( frame, 'Instance stopped at frame '+frame);
ok( $('#image-reel .reel-annotations').attr('class').match(/frame-[0-9]+/), 'The annotations wrapper carries frame-'+frame+' class name');
ok( $('#image-reel').attr('class').match(/frame-[0-9]+/), 'The instance wrapper carries frame-'+frame+' class name');
start();
}, 123);
});
Expand Down

0 comments on commit e515710

Please sign in to comment.