This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
|
||||
todo: test all current smoke, upload and test on devops
|
||||
|
||||
todo: missing smoke tests:
|
||||
path: "/svc-workorder-* (all subitem lists and some others)
|
||||
all svc-quote* except for one main quotes lists (many of these)
|
||||
all svc-pms* except for one main pm list (many many subitems)
|
||||
|
||||
|
||||
|
||||
path: "/viewreport",
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
});
|
||||
|
||||
@@ -122,8 +122,8 @@ describe("SMOKE SERVICE MISC SECTION", () => {
|
||||
cy.get("[data-cy=generalerror]").should("not.exist");
|
||||
cy.get("[data-cy=taskGroupTable]");
|
||||
|
||||
cy.visit("/svc-task-groups/1");
|
||||
cy.url().should("include", "/svc-task-groups/1");
|
||||
cy.visit("/svc-task-group/1");
|
||||
cy.url().should("include", "/svc-task-group/1");
|
||||
cy.get("[data-cy=generalerror]").should("not.exist");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user