Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
OpakAlex committed Jul 28, 2015
1 parent 0861779 commit e974548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/resource-actions-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ test('model formFields are shown on resource show page', function(assert) {
visit('/users/1/show');

andThen(function() {
assert.equal(find('tbody td').length, 2);
assert.equal(find('tbody td').length, 9);
assert.equal(find("td[data-column='email']").text().trim(), users[0].email);
assert.equal(find("td[data-column='name']").text().trim(), users[0].name);
});
Expand Down

0 comments on commit e974548

Please sign in to comment.