This commit is contained in:
2021-12-19 20:52:57 +00:00
parent 3e24d41dd7
commit 1a9ea012a6
3 changed files with 5 additions and 9 deletions

View File

@@ -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);
});