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

@@ -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