Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-33110] Test it
  • Loading branch information
amuniz committed Apr 1, 2016
1 parent f560150 commit 91497d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/test/js/view/stage-logs-spec.js
Expand Up @@ -76,6 +76,7 @@ describe("view/stage-logs", function () {

// logDetails of that log should be filled in...
expect($('.log-details .console-output', firstLogNode).text()).toBe('build');
expect($('.log-details .console-output', firstLogNode).is(':visible')).toBe(true);

// console.log($('body').html());

Expand Down

0 comments on commit 91497d5

Please sign in to comment.