Fix task detail tests

stable
David Barragán Merino 2015-07-31 11:41:26 +02:00 committed by Juanfran
parent be3efab07d
commit 6b9a40d2e8
1 changed files with 5 additions and 5 deletions

View File

@ -11,12 +11,12 @@ describe('Task detail', function(){
let sprintUrl = ""; let sprintUrl = "";
before(async function(){ before(async function(){
utils.common.goHome(); await utils.common.goHome();
utils.common.goToFirstProject(); await utils.common.goToFirstProject();
utils.common.goToBacklog(); await utils.common.goToBacklog();
utils.common.goToFirstSprint(); await utils.common.goToFirstSprint();
sprintUrl = await browser.getCurrentUrl(); sprintUrl = await browser.getCurrentUrl();
utils.common.goToFirstTask(); await utils.common.goToFirstTask();
}); });
it('screenshot', async function() { it('screenshot', async function() {