click(".CalendarTextField .text-field");
type("2010");
click(".button"); //just to move the focus
Assert.assertEquals("2010-01-01T00:00:00.000", TestUtil.quickFormatCalendarAsDateTime(lCalendarTextField.getCalendar()) );
TestUtil.runThenWaitForPaintPulse( () -> {
lTextField.clear();
});
// type value
click(".CalendarTextField .text-field");
type("2010-06");