Skip to content

Commit

Permalink
Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjbauer committed Apr 18, 2019
1 parent ee151c9 commit 52365d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/frontend-integration-test/helloworld.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('deploy helloworld sample run', () => {

it('redirects back to all runs page', () => {
browser.waitUntil(() => {
return new URL(browser.getUrl()).hash.startsWith('#/runs');
return new URL(browser.getUrl()).hash === '#/runs';
}, waitTimeout);
});

Expand Down

0 comments on commit 52365d8

Please sign in to comment.