Goodbye 2020 hello 2021

This commit is contained in:
2020-12-31 15:49:41 +00:00
parent 7e6326e511
commit 17400f90a8
3 changed files with 7 additions and 8 deletions

View File

@@ -39,8 +39,8 @@ todo: actual customer reports so can figure out datalist for bringing other name
CURRENTLY DOING:
UnitModel
v8Migrate next
Unit
see cases 3536,
@@ -86,8 +86,7 @@ EACH OBJECT DEV CYCLE:
## OBJECT ORDER
Preliminary order to get the ball rolling, these are the easiest starting point:
Unit
see cases 3536,
User
Fixup once have vendor, ho, client etc as it depends on those
WorkorderStatus

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.96",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
version: "8.0.0-alpha.97",
copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
};

View File

@@ -47,11 +47,11 @@ describe("WIDGET FORM", () => {
cy.contains("Price is a required field").should("not.exist");
//start date
cy.get('[data-cy="dateinput:startDate"]').type("2020-01-01");
cy.get('[data-cy="dateinput:startDate"]').type("2021-01-01");
cy.get('[data-cy="timeinput:startDate"]').type("16:20");
//end date
cy.get('[data-cy="dateinput:endDate"]').type("2020-01-02");
cy.get('[data-cy="dateinput:endDate"]').type("2021-01-02");
cy.get('[data-cy="timeinput:endDate"]').type("16:20");
//USER PICKLIST