Renamed roles and trans keys "Limited"->"Restricted" "Full" -> ""
This commit is contained in:
@@ -453,10 +453,10 @@ describe("SMOKE", () => {
|
||||
//CUSTOMER PAGES
|
||||
cy.get("input[name=username]")
|
||||
.clear()
|
||||
.type("CustomerFull");
|
||||
.type("Customer");
|
||||
cy.get("input[name=password]")
|
||||
.clear()
|
||||
.type("CustomerFull{enter}");
|
||||
.type("Customer{enter}");
|
||||
|
||||
cy.url({ timeout: 10000 }).should("include", "/customer-csr");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
|
||||
Reference in New Issue
Block a user