Skip to content

Commit

Permalink
Update test to reflect the addition of an element to footnotediv
Browse files Browse the repository at this point in the history
  • Loading branch information
costolo committed Jun 10, 2015
1 parent b65f2b0 commit 214f1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/footnote/popcorn.footnote.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test( "Popcorn Footnote Plugin", function() {
setupId = popped.getLastTrackEventId();

popped.exec( 0, function() {
equal( footnotediv.childElementCount, 2, "footnotediv now has two inner elements" );
equal( footnotediv.childElementCount, 3, "footnotediv now has three inner elements" );
plus();
equal( footnotediv.children[ 0 ].innerHTML, "This video made exclusively for drumbeat.org", "footnote displaing correct information" );
plus();
Expand Down

0 comments on commit 214f1a4

Please sign in to comment.