Fixed failing browsertest: Mysql2::Error: Incorrect datetime value

https://dev.mysql.com/doc/refman/5.7/en/datetime.html
The TIMESTAMP data type is used for values that contain both date and time parts. TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to '2038-01-19 03:14:07' UTC.
This commit is contained in:
Thorsten Eckel 2018-05-23 08:51:41 +02:00
parent 53ca6bd4c1
commit 0deedf3fea

View file

@ -304,7 +304,7 @@ class AgentTicketOverviewLevel0Test < TestCase
set( set(
css: '.content.active .bulkAction [data-item="date"]', css: '.content.active .bulkAction [data-item="date"]',
value: '05/23/2088', value: '05/23/2037',
) )
select( select(