Fixing e2e tasks tests

stable
Alejandro Alonso 2015-10-29 12:06:39 +01:00
parent 324dbae07e
commit 2f1e8441b3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ describe('Task detail', function(){
before(async function(){ before(async function(){
await utils.nav await utils.nav
.init() .init()
.project(4) .project('Project Example 0')
.backlog() .backlog()
.taskboard(0) .taskboard(0)
.task(0) .task(0)