This commit is contained in:
2021-06-10 19:23:55 +00:00
parent 7fd4bf9bb7
commit 3ac3b65a0e
7 changed files with 941 additions and 26 deletions

View File

@@ -458,7 +458,7 @@ describe("SMOKE", () => {
.clear()
.type("CustomerFull{enter}");
cy.url({ timeout: 10000 }).should("include", "/customer-csr-list");
cy.url({ timeout: 10000 }).should("include", "/customer-csr");
cy.get("[data-cy=underconstruction]");
cy.visit("/customer-workorders");

View File

@@ -105,8 +105,8 @@ describe("TRANSLATION", () => {
.clear()
.type("CustomerLimited{enter}");
// we should be redirected to /customer-csr-list
cy.url().should("include", "/customer-csr-list");
// we should be redirected to /customer-csr
cy.url().should("include", "/customer-csr");
//nav to about form
// cy.get("[data-cy=contextmenu]").click();