Renamed roles and trans keys "Limited"->"Restricted" "Full" -> ""

This commit is contained in:
2021-07-12 17:29:42 +00:00
parent 1994691749
commit 5cbc6516e1
13 changed files with 122 additions and 122 deletions

View File

@@ -4,12 +4,12 @@ describe("GZ-DATA-TABLE", () => {
cy.get("input[name=username]")
.clear()
.type("BizAdminFull");
.type("BizAdmin");
// {enter} causes the form to submit
cy.get("input[name=password]")
.clear()
.type("BizAdminFull{enter}");
.type("BizAdmin{enter}");
//cy.url().should("include", "/home-dashboard");
cy.visit("/widgets");
cy.url().should("include", "/widgets");