Fixing tests with new project slugs

stable
Alejandro Alonso 2015-07-22 12:44:47 +02:00 committed by Juanfran
parent 4448c59047
commit 4ad1c4af07
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ var expect = chai.expect;
describe('backlog', function() {
before(async function() {
browser.get('http://localhost:9001/project/user7-project-example-0/backlog');
browser.get('http://localhost:9001/project/project-0/backlog');
await utils.common.waitLoader();
utils.common.takeScreenshot('backlog', 'backlog');

View File

@ -8,7 +8,7 @@ var expect = chai.expect;
describe('project home', function() {
beforeEach(async function() {
browser.get('http://localhost:9001/project/user7-project-example-1/');
browser.get('http://localhost:9001/project/project-1/');
await utils.common.waitLoader();
});

View File

@ -10,7 +10,7 @@ var expect = chai.expect;
describe('taskboard', function() {
before(async function() {
browser.get('http://localhost:9001/project/user7-project-example-0/backlog');
browser.get('http://localhost:9001/project/project-0/backlog');
await utils.common.waitLoader();
let sprint = backlogHelper.sprints().get(0);