Skip to content

Commit

Permalink
Tests: account for new offset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Feb 8, 2016
1 parent 49833f7 commit f52fa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/offset.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ testIframe( "offset/table", "table", function( $, window, document, assert ) {
} );

testIframe( "offset/scroll", "scroll", function( $, win, doc, assert ) {
assert.expect( 24 );
assert.expect( 26 );

assert.equal( $( "#scroll-1" ).offset().top, 7, "jQuery('#scroll-1').offset().top" );
assert.equal( $( "#scroll-1" ).offset().left, 7, "jQuery('#scroll-1').offset().left" );
Expand Down

0 comments on commit f52fa81

Please sign in to comment.