Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjbauer committed Dec 7, 2018
1 parent ff17bf3 commit 5cea0cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/frontend-integration-test/helloworld.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ describe('deploy helloworld sample run', () => {
browser.keys('Tab');
browser.keys(runDescription);

// Skip over "choose experiment" button
browser.keys('Tab');

browser.keys('Tab');
browser.keys(outputParameterValue);

Expand Down

0 comments on commit 5cea0cd

Please sign in to comment.