diff --git a/e2e/full/user-stories/user-story-detail.e2e.js b/e2e/full/user-stories/user-story-detail.e2e.js index 7f51e0da..284cd997 100644 --- a/e2e/full/user-stories/user-story-detail.e2e.js +++ b/e2e/full/user-stories/user-story-detail.e2e.js @@ -9,11 +9,11 @@ var expect = chai.expect; describe('User story detail', function(){ let backlogUrl = ""; before(async function(){ - utils.common.goHome(); - utils.common.goToFirstProject(); - utils.common.goToBacklog(); - backlogUrl = await browser.getCurrentUrl(); - utils.common.goToFirstUserStory(); + await utils.common.goHome(); + await utils.common.goToFirstProject(); + await utils.common.goToBacklog(); + backlogUrl = await browser.getCurrentUrl(); + await utils.common.goToFirstUserStory(); }); it('screenshot', async function() {