rename all variants of naming that hold an AyaType value to "aType" (parameter) / "AType" (not parameter) everywhere front and back; "ayType", "objectType", "oType" all are used in various areas

This commit is contained in:
2021-03-23 17:06:05 +00:00
parent f1777818bd
commit 01655061f3
69 changed files with 196 additions and 228 deletions

View File

@@ -13,30 +13,6 @@ describe("SMOKE", () => {
.clear()
.type(`${Cypress.env("adminpassword")}{enter}`);
/*
TODO:
x ay-open path: "/open/:ayatype/:recordid",
x home-memos/id edit form
x home-remidners/id
x home-reviews/objecttype/objectid
x home-reset
x cust-customer-notes/customerid
x cust-customer-note/recordid
XXXXx cust-users/recordid NOT WORKING, NEEDS MORE
x inv-part-serials/id
x inv-part-stock-levels/id
x inv-part-adjustment (is transaction edit form)
x acc-service-banks/recordid/objecttype/objectid
x adm-users/id
x adm-import
/viewreport viewreport?oid=[objectid]&rid=[reportid]
ay-evaluate !
*/
//################# HOME
cy.visit("/home-dashboard");
cy.url().should("include", "/home-dashboard");
@@ -81,6 +57,10 @@ ay-evaluate !
cy.url().should("include", "/home-password");
cy.get("[data-cy=loginName]");
cy.visit("/home-security");
cy.url().should("include", "/home-security");
cy.get("[data-cy=tfa]");
//can't do this without reset code etc, just logs out
// cy.visit("/home-reset");
// cy.url().should("include", "/home-reset");
@@ -324,6 +304,10 @@ ay-evaluate !
cy.url().should("include", "/adm-global-logo");
cy.get("[data-cy=uploadSmall]");
cy.visit("/adm-global-seeds");
cy.url().should("include", "/adm-global-seeds");
cy.get("[data-cy=purchaseOrderNextSerial]");
cy.visit("/adm-license");
cy.url().should("include", "/adm-license");
cy.get("[data-cy=licenseForm]");