You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration | Component | sl date time: Date values applied correctly
not ok 133 PhantomJS 1.9 - Integration | Component | sl date time: Date values applied correctly
---
actual: >
2015-12-20
expected: >
2015-12-21
stack: >
at http://localhost:7357/assets/test-support.js:3426
at http://localhost:7357/assets/tests.js:8398
at wrapper (http://localhost:7357/assets/test-support.js:38868)
at runTest (http://localhost:7357/assets/test-support.js:2763)
at http://localhost:7357/assets/test-support.js:2748
at http://localhost:7357/assets/test-support.js:2890
at process (http://localhost:7357/assets/test-support.js:2550)
at begin (http://localhost:7357/assets/test-support.js:2532)
at http://localhost:7357/assets/test-support.js:2592
message: >
Default date string matches default date pattern
Log: |
The text was updated successfully, but these errors were encountered:
@erangeles I re-ran the the build with the same results. Are you running the same version of Node? Maybe leap year isn't being taken into account somehow in the date test logic?
At the moment it's looking like this is a difference in the values generated by window.moment().subtract( 3, 'months' ).toISOString() and window.moment().subtract( 3, 'months' ) where if such calls are made late into the evening, near midnight, the former call returns 2016-01-08T04:13:09.856Z while the latter returns 2016-01-07
Occurring in https://travis-ci.org/softlayer/sl-ember-components/jobs/117349289
The text was updated successfully, but these errors were encountered: