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