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

@@ -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",

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

View File

@@ -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]");