robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.17k stars 225 forks source link

`RPA.Assistant` return date object and fix validation #1068

Closed bogdancondurache closed 1 year ago

bogdancondurache commented 1 year ago

LGTM. No test related changes are necessary in relation to this update ?

Unfortunately both changes (fixing the validation and converting user input to a date object) are based on user interaction with the UI, which is entirely skipped by tests at the moment. We have some tests for other areas, more programatic, but only manual ones when it comes to UI interaction. Existing manual tests were used already to check this changes.