This commit is contained in:
@@ -13,6 +13,31 @@ describe("SMOKE", () => {
|
||||
.clear()
|
||||
.type(`${Cypress.env("adminpassword")}{enter}`);
|
||||
|
||||
/*
|
||||
|
||||
TODO:
|
||||
change widget form customize and datalistcolumnview to other form in prep for eventual widget removal
|
||||
ay-open
|
||||
home-memos/id edit form
|
||||
home-remidners/id
|
||||
home-reviews/objecttype/objectid
|
||||
home-reset (last? or at all?)
|
||||
cust-customer-notes/customerid
|
||||
cust-customer-note/recordid
|
||||
cust-users/recordid
|
||||
inv-part-serials/id
|
||||
inv-part-stock-levels/id
|
||||
inv-part-adjustment (is transaction edit form)
|
||||
acc-service-banks/recordid/objecttype/objectid
|
||||
adm-users/id
|
||||
adm-import
|
||||
/viewreport
|
||||
ay-evaluate !
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
//################# HOME
|
||||
cy.visit("/home-dashboard");
|
||||
cy.url().should("include", "/home-dashboard");
|
||||
@@ -333,10 +358,12 @@ describe("SMOKE", () => {
|
||||
cy.url().should("include", "/applog");
|
||||
cy.get("[data-cy=logText]");
|
||||
|
||||
//todo: change to non widget form
|
||||
cy.visit("/customize/Widget");
|
||||
cy.url().should("include", "/customize/Widget");
|
||||
cy.get("[data-cy=customizeForm]");
|
||||
|
||||
//todo: change to non widget form
|
||||
cy.visit("/data-list-column-view/TestWidgetDataList");
|
||||
cy.url().should("include", "/data-list-column-view/TestWidgetDataList");
|
||||
cy.get("[data-cy=dlcForm]");
|
||||
|
||||
Reference in New Issue
Block a user