fix issue detail nav - e2e

stable
Juanfran 2015-10-29 13:05:23 +01:00
parent 2c3eaf74c6
commit caf1d8f3ed
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ describe('Issue detail', async function(){
before(async function(){
await utils.nav
.init()
.project(2)
.project('Project Example 0')
.issues()
.issue(0)
.go();