This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user