-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
3.8
-
None
-
MOODLE_38_STABLE
Right now if you want to set a date or datetime field on a moodle form you need to set each part separately for example:
When I set the following fields to these values:
|
| id_startdate_day | 24 |
|
| id_startdate_month | October |
|
| id_startdate_year | 2015 |
|
It would be much better if this could be done in one go:
When I set the following fields to these values:
|
| Start date | 24 October 2015 | |
This will both make the tests easier to follow and potentially make them more resilient to future implementation changes (for example in the future it is changed from individual elements to be a single date or datetime_local input element)
- duplicates
-
MDL-47410 Add behat support for selecting a date from one of our date elements
- Closed