diff --git a/test/frontend-integration-test/helloworld.spec.js b/test/frontend-integration-test/helloworld.spec.js index b532f59abad..e985c29f80e 100644 --- a/test/frontend-integration-test/helloworld.spec.js +++ b/test/frontend-integration-test/helloworld.spec.js @@ -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); });