Skip to content

Commit

Permalink
Deflake frontend e2e test (kubeflow#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
yebrahim authored and k8s-ci-robot committed Mar 5, 2019
1 parent a6a07ca commit aed549b
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 aed549b

Please sign in to comment.