Fix task detail tests
parent
be3efab07d
commit
6b9a40d2e8
|
@ -11,12 +11,12 @@ describe('Task detail', function(){
|
||||||
let sprintUrl = "";
|
let sprintUrl = "";
|
||||||
|
|
||||||
before(async function(){
|
before(async function(){
|
||||||
utils.common.goHome();
|
await utils.common.goHome();
|
||||||
utils.common.goToFirstProject();
|
await utils.common.goToFirstProject();
|
||||||
utils.common.goToBacklog();
|
await utils.common.goToBacklog();
|
||||||
utils.common.goToFirstSprint();
|
await utils.common.goToFirstSprint();
|
||||||
sprintUrl = await browser.getCurrentUrl();
|
sprintUrl = await browser.getCurrentUrl();
|
||||||
utils.common.goToFirstTask();
|
await utils.common.goToFirstTask();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('screenshot', async function() {
|
it('screenshot', async function() {
|
||||||
|
|
Loading…
Reference in New Issue