Goodbye 2020 hello 2021
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user