This commit is contained in:
@@ -195,8 +195,6 @@ todo: Changes to allow in place updates of server without erasing data:
|
||||
|
||||
CURRENTLY DOING: Contract server loose ends
|
||||
|
||||
todo: confirm Unit contract fields are ok and datalist is ok
|
||||
|
||||
todo: smoke test
|
||||
todo: help docs
|
||||
todo: go through contract cases and ones that are only for contract form itself and object can be closed now
|
||||
|
||||
@@ -139,6 +139,10 @@ describe("SMOKE", () => {
|
||||
cy.url().should("include", "/svc-contracts");
|
||||
cy.get("[data-cy=contractsTable]");
|
||||
|
||||
cy.visit("/svc-contracts/1");
|
||||
cy.url().should("include", "/svc-contracts/1");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/svc-projects");
|
||||
cy.url().should("include", "/svc-projects");
|
||||
cy.get("[data-cy=projectsTable]");
|
||||
|
||||
Reference in New Issue
Block a user