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:
parent
53ca6bd4c1
commit
0deedf3fea
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue