This commit is contained in:
@@ -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