Fixing tests with new project slugs
parent
4448c59047
commit
4ad1c4af07
|
@ -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');
|
||||
|
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue