0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/test/functional
David Arvelo a958a66c4c New posts pass PostsController sorting function at the top
- PostsController orderBy function sorts posts with isNew to the top, otherwise their undefined dates fail to compare
- also catch when `updated_at` is undefined, happens when model is being written with results from the server
- catch objects of type Error in validation engine, helps catching client errors
- join server errors with BR tag in ajax util
- add `emberBuild` task to `grunt test-functional`
- add a test helper, `thenTransitionAndWaitForScreenLoad`, to test transitioning to major parts of the app
- add a test that transitions from Content to the Editor, and back to Content
2014-06-29 21:49:32 -04:00
..
client New posts pass PostsController sorting function at the top 2014-06-29 21:49:32 -04:00
clientold Switching the tests to use ember admin by default 2014-06-26 16:05:42 +01:00
frontend New setup screen for blog installation. 2014-06-26 15:31:44 +02:00
routes Complete moveover to new Notification API format 2014-06-16 08:07:29 +00:00
base.js New posts pass PostsController sorting function at the top 2014-06-29 21:49:32 -04:00