element(by.model('unknown.readKey')).sendKeys('readKey 1'); element(by.model('unknown.writeKey')).sendKeys('writeKey 1'); element(by.id('configure')).click().then(function(){ ptor.waitForAngular(); expect(element(by.model('unknown.readKey')).getAttribute('value')).toBe(''); expect...
Thank you for the provided extensive details. Indeed I agree with your observations. I can confirm that all Kendo UI for Angular DateInputs accept only a validJavaScript Dateas their value. When it comes to a scenario like yours where the time isn't important then you cou...