Skip to content

Commit

Permalink
Fix e2e tests for ShowView
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed Jun 1, 2015
1 parent 809c01e commit 14ee188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascripts/test/e2e/ShowViewSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('ShowView', function () {
$$('.ng-admin-field-comments th').then(function (inputs) {
expect(inputs.length).toBe(2);

expect(inputs[0].getAttribute('class')).toBe('ng-scope ng-admin-column-id');
expect(inputs[0].getAttribute('class')).toBe('ng-scope ng-admin-column-created_at');
expect(inputs[1].getAttribute('class')).toBe('ng-scope ng-admin-column-body');
});
});
Expand Down

0 comments on commit 14ee188

Please sign in to comment.