This commit is contained in:
2021-03-08 18:26:24 +00:00
parent b1ef6b54f3
commit 536c15183b
2 changed files with 4 additions and 2 deletions

View File

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

View File

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