Skip to content

Commit

Permalink
[test/view][xs]: minor fix to test broken by change to view template …
Browse files Browse the repository at this point in the history
…in cset:7ca7298997cd91d81205a922980c504aab838858.
  • Loading branch information
rgrp committed Jul 27, 2011
1 parent 9010420 commit e8cb705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/view-test.js
Expand Up @@ -22,8 +22,8 @@ test("DatasetFullView", function () {
});
view.render();
var tmpl = $(view.el);
var title = tmpl.find('.title a').text();
equals(title, 'A Wonderful Story');
var tags = tmpl.find('div.tags ul > li').text();
equals(tags, 'russian');

$('.action-add-resource').click();
var out = tmpl.find('form.resource');
Expand Down

0 comments on commit e8cb705

Please sign in to comment.