Skip to content

Commit

Permalink
fix(tests): datepicker smoke test for reactive form (#4895)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludmilanesvitiy authored and valorkin committed Dec 6, 2018
1 parent 6cc0ce6 commit 55862b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/datepicker_page_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('Datepicker demo page test suite', () => {
const reactiveForms = datepicker.exampleDemosArr.reactiveForms;

it('chosen in datepicker date can be displayed in reactive form', () => {
const expectedDateValue = Cypress.moment().format('MMM DD, YYYY');
const expectedDateValue = Cypress.moment().format('MMM D, YYYY');
const day = Cypress.moment().format('D');

cy.get(`${ reactiveForms } ${ datepicker.datepickerInput }`).click();
Expand Down

0 comments on commit 55862b8

Please sign in to comment.