fix backlog e2e drag us from milestone to milestone
parent
50b5bb0166
commit
744ca5ba6a
|
@ -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');
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue