Skip to content

Commit

Permalink
Include HTML when testing label value from existing markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
msweeney committed Jan 16, 2013
1 parent 69fbdc7 commit 3485559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabview/tests/unit/assets/tabview-test.js
Expand Up @@ -71,7 +71,7 @@ YUI.add('tabview-test', function(Y) {
});

tabview.render();
Y.Assert.areEqual('foo', tabview.item(0).get('label'));
Y.Assert.areEqual(Y.one('#demo-base li a').getHTML(), tabview.item(0).get('label'));
},

'should return the label from dynamic tabview': function() {
Expand Down

0 comments on commit 3485559

Please sign in to comment.