Skip to content

Commit

Permalink
Deflake frontend e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
yebrahim authored and Yasser Elsayed committed Mar 4, 2019
1 parent 86c4d3b commit 403d624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/frontend-integration-test/helloworld.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ describe('deploy helloworld sample run', () => {

it('opens the side panel when graph node is clicked', () => {
$('.graphNode').click();
browser.pause(1000);
$('button=Logs').waitForVisible();
});

Expand Down

0 comments on commit 403d624

Please sign in to comment.