fix backlog e2e drag us from milestone to milestone

stable
Juanfran 2015-09-11 08:22:15 +02:00
parent 50b5bb0166
commit 744ca5ba6a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -94,7 +94,7 @@ helper.getCreateEditMilestone = function() {
};
helper.userStories = function() {
return $$('.backlog-table-body > div');
return $$('.backlog-table-body > div[ng-repeat]');
};
helper.selectedUserStories = function() {