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: CURRENTLY DOING:
UnitModel Unit
v8Migrate next see cases 3536,
@@ -86,8 +86,7 @@ EACH OBJECT DEV CYCLE:
## OBJECT ORDER ## OBJECT ORDER
Preliminary order to get the ball rolling, these are the easiest starting point: Preliminary order to get the ball rolling, these are the easiest starting point:
Unit
see cases 3536,
User User
Fixup once have vendor, ho, client etc as it depends on those Fixup once have vendor, ho, client etc as it depends on those
WorkorderStatus WorkorderStatus

View File

@@ -1,4 +1,4 @@
export default { export default {
version: "8.0.0-alpha.96", version: "8.0.0-alpha.97",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc." 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"); cy.contains("Price is a required field").should("not.exist");
//start date //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"); cy.get('[data-cy="timeinput:startDate"]').type("16:20");
//end date //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"); cy.get('[data-cy="timeinput:endDate"]').type("16:20");
//USER PICKLIST //USER PICKLIST