From 6f018ed691bc2a4db5db317a923ca00cefa84e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 31 Jul 2015 11:43:51 +0200 Subject: [PATCH] Fix user story detail tests --- e2e/full/user-stories/user-story-detail.e2e.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {