This commit is contained in:
@@ -83,7 +83,7 @@ before(() => {
|
||||
})
|
||||
.its("body")
|
||||
.then((resjob) => {
|
||||
cy.log(`resjob is: ${resjob}`);
|
||||
cy.log(`resjob is: ${JSON.stringify(resjob)}`);
|
||||
// expect(resjob.body).to.have.property('jobId');
|
||||
confirmJobDone(resjob.jobId, res.data.token);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user